ReleaseProcess: Difference between revisions
Jump to navigation
Jump to search
(updating release process) |
(update version and remove obsolete command) |
||
Line 6: | Line 6: | ||
# Do a <tt>git fetch</tt> and make sure you have the latest code. |
# Do a <tt>git fetch</tt> and make sure you have the latest code. |
||
# Run the unit tests: {{Cmd|./runtests.sh}} If any tests fail, proceed no further! |
# Run the unit tests: {{Cmd|./runtests.sh}} If any tests fail, proceed no further! |
||
# Update version numbers in <pre>mediaboglin/_version.py</pre> and <pre>docs/conf.py</pre>. |
# Update version numbers in <pre>mediaboglin/_version.py</pre> and <pre>docs/source/conf.py</pre>. |
||
# Tag: {{Cmd|git tag -a vX.Y.Z}} |
# Tag: {{Cmd|git tag -a vX.Y.Z}} |
||
# Generate documentation. {{Cmd|./generatedocs.sh}} |
|||
# Build the tarfile. {{Cmd|./maketarball.sh -r vX.Y.Z}} |
# Build the tarfile. {{Cmd|./maketarball.sh -r vX.Y.Z}} |
||
# Push the tarball to the site '''FIXME - need to set this up''' |
# Push the tarball to the site '''FIXME - need to set this up''' |
||
# Update sites: PYPI, etc '''FIXME - need to set this up''' |
# Update sites: PYPI, etc '''FIXME - need to set this up''' |
||
# Update version numbers in git: <pre>mediagoblin/_version.py</pre> and <pre>docs/conf.py</pre> |
# Update version numbers in git: <pre>mediagoblin/_version.py</pre> and <pre>docs/source/conf.py</pre> |
||
# Announce the release |
# Announce the release |
Revision as of 01:11, 2 September 2011
Release Process
Here's the list of steps to do a release.
- Verify with others on IRC that we're good to go.
- Do a git fetch and make sure you have the latest code.
- Run the unit tests: ./runtests.sh If any tests fail, proceed no further!
- Update version numbers in
mediaboglin/_version.py
anddocs/source/conf.py
. - Tag: git tag -a vX.Y.Z
- Build the tarfile. ./maketarball.sh -r vX.Y.Z
- Push the tarball to the site FIXME - need to set this up
- Update sites: PYPI, etc FIXME - need to set this up
- Update version numbers in git:
mediagoblin/_version.py
anddocs/source/conf.py
- Announce the release