ReleaseProcess: Difference between revisions
Jump to navigation
Jump to search
m (Remove double title) |
(update release process) |
||
Line 6: | Line 6: | ||
# Verify with others on IRC that we're good to go. |
# Verify with others on IRC that we're good to go. |
||
# Do a |
# Do a {{Cmd|git fetch}} and make sure you have the latest code. |
||
# Do a |
# Do a {{Cmd|./devtools/update_translations.sh}} and make sure you have the latest [[Translations|translations]]. |
||
# Do a {{Cmd|./devtools/maketarball.sh -dr HEAD}} to make sure building the docs and tarball works. If any errors, proceed no further! |
|||
# 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 these files: |
# Update version numbers in these files: |
||
Line 13: | Line 14: | ||
#* docs/source/conf.py |
#* docs/source/conf.py |
||
# Tag: {{Cmd|git tag -a vX.Y.Z}} |
# Tag: {{Cmd|git tag -a vX.Y.Z}} |
||
# Build the tarfile. {{Cmd|./maketarball.sh -r vX.Y.Z}} |
# Build the tarfile. {{Cmd|./devtools/maketarball.sh -r vX.Y.Z}} |
||
# Push the tarball to the web-site: add tarball to < |
# Push the tarball to the web-site: add tarball to <tt>site/static/download/</tt> directory in mediagoblin-website repository and then push the site live |
||
# Update on PYPI - '''FIXME - need to set this up''' |
# Update on PYPI - '''FIXME - need to set this up''' |
||
Revision as of 15:32, 9 February 2012
Steps to release
Here's the list of steps to do a release.
Technical
- Verify with others on IRC that we're good to go.
- Do a git fetch and make sure you have the latest code.
- Do a ./devtools/update_translations.sh and make sure you have the latest translations.
- Do a ./devtools/maketarball.sh -dr HEAD to make sure building the docs and tarball works. If any errors, proceed no further!
- Run the unit tests: ./runtests.sh If any tests fail, proceed no further!
- Update version numbers in these files:
- mediaboglin/_version.py
- docs/source/conf.py
- Tag: git tag -a vX.Y.Z
- Build the tarfile. ./devtools/maketarball.sh -r vX.Y.Z
- Push the tarball to the web-site: add tarball to site/static/download/ directory in mediagoblin-website repository and then push the site live
- Update on PYPI - FIXME - need to set this up
Promotional
- Blog post
- Chris sends Deb technical highlights
- Deb drafts post
- Chris adds screenshots/links
- We send the post to press contacts
- Two days later we publish everywhere (see below)
Places we Update
- on identi.ca
- on diaspora
- on Facebook (Deb)
- on Twitter
- our mailing list, encouraging people to fave, like, repost, etc.
- digg
- the GNU mailing list, aka info-gnu@gnu.org "plain text is greatly preferred" omit screenshots or replace with links.
Press Contacts
- write to Zonker
- LinuxJournal
- LWN
- OpenSource.com
- see if the FSF will blog or announce
Post release process
- change version number to the next one +
-dev
in files listed above