-
Notifications
You must be signed in to change notification settings - Fork 148
home
jacebrowning edited this page Sep 3, 2014
·
3 revisions
Release process:
- Move all open issues to the next milestone
-
$ make distto ensure the package is ready to release - Replace "dev" with the current date in
CHANGES.md - Remove "-dev" in
doorstop.__init__:__version__(to matchCHANGES.md) $ git commit -am "Bump release version number"$ make upload$ git push- Release on GitHub as
v<version> - Close the milestone
Next commit after release:
- Bump
doorstop.__init__:__version__and add "-dev" - Add new version to
CHANGES.mdwith "dev" in place of date $ git commit -am "Bump development version number"
Subsequent commits:
- Update
CHANGES.mdfor meaningful changes