Skip to content
jacebrowning edited this page Sep 3, 2014 · 3 revisions

Release process:

  1. Move all open issues to the next milestone
  2. $ make dist to ensure the package is ready to release
  3. Replace "dev" with the current date in CHANGES.md
  4. Remove "-dev" in doorstop.__init__:__version__ (to match CHANGES.md)
  5. $ git commit -am "Bump release version number"
  6. $ make upload
  7. $ git push
  8. Release on GitHub as v<version>
  9. Close the milestone

Next commit after release:

  1. Bump doorstop.__init__:__version__ and add "-dev"
  2. Add new version to CHANGES.md with "dev" in place of date
  3. $ git commit -am "Bump development version number"

Subsequent commits:

  1. Update CHANGES.md for meaningful changes
Clone this wiki locally