Releasing Hypy

  1. Code stuff until there's a reason to do a release
  2. Pick a release version, such as 0.8.4
  3. Run this, and follow the prompts:
    • make tag=0.8.4 release
  4. If there are any changes to the README, examples, or API:
    • ssh goonmill.org
      cd /usr/local/Hypy
      make website
  5. Update all 'fix committed' bugs that are in this milestone to 'fix released' at https://bugs.launchpad.net/hypy

  6. Announce to
    • python-announce-list,
    • freshmeat.net,
    • launchpad,
    • google group,
    • blog, etc. using the release note you made earlier.
  7. Repeat.

HowtoReleaseHypy (last edited 2010-01-11 21:01:43 by CoryDodt)