-
Notifications
You must be signed in to change notification settings - Fork 132
home
jacebrowning edited this page Sep 3, 2014
·
3 revisions
Release process:
- Move all open issues to the next milestone
-
$ make dist
to 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.md
with "dev" in place of date $ git commit -am "Bump development version number"
Subsequent commits:
- Update
CHANGES.md
for meaningful changes