ReleaseProcess

From GNU MediaGoblin Wiki
Revision as of 01:11, 2 September 2011 by Willkg (talk | contribs) (update version and remove obsolete command)
Jump to navigation Jump to search

Release Process

Here's the list of steps to do a release.

  1. Verify with others on IRC that we're good to go.
  2. Do a git fetch and make sure you have the latest code.
  3. Run the unit tests: ./runtests.sh If any tests fail, proceed no further!
  4. Update version numbers in
    mediaboglin/_version.py
    and
    docs/source/conf.py
    .
  5. Tag: git tag -a vX.Y.Z
  6. Build the tarfile. ./maketarball.sh -r vX.Y.Z
  7. Push the tarball to the site FIXME - need to set this up
  8. Update sites: PYPI, etc FIXME - need to set this up
  9. Update version numbers in git:
    mediagoblin/_version.py
    and
    docs/source/conf.py
  10. Announce the release