-
Notifications
You must be signed in to change notification settings - Fork 3
Publish checklist
Günter Zöchbauer edited this page May 17, 2014
·
1 revision
- Check that the README.md is up to date (Current development status requires Dart SDK build 29720 (0.8.9))
- Check that the CHANGELOG.md is up to date
- Remove
-presuffix from version in pubspec.yaml - Complete Commit checklist
- run
pub publishto check if it shows any warnings- fix the issues
- add a tag with the new release number (
git tag x.x.x,git push --tags)- remove pushed tags (
git tag -d x.x.x,git push origin :refs/tags/x.x.x)
- remove pushed tags (
pub publish- increment version in pubspec.yaml and add
-devsuffix- commit pubspec.yaml updates
- check all open issues are still relevant
- move all open issues from milestone
currenttonext - rename milestones
-
currentto x.x.x (published package version) and close the milestone -
nexttocurrent
-
- create new milestone
next