Extend release instructions.

This commit is contained in:
Ben Sturmfels 2021-09-19 21:08:15 +10:00
parent 6963a5a62e
commit 7e931ae849
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0
2 changed files with 9 additions and 4 deletions

View File

@ -5,14 +5,20 @@ Release Checklist
- update docs/sources/siteadmin/relnotes.txt
- update docs/sources/siteadmin/upgrading.txt
- write a blog post
- update mediagoblin/_version.py
- update configure.ac version
- test the upgrade process
- build the docs and check they look good
- git tag v0.11.0 --signed
- push tags
- log in and rebuild master and new version docs on readthedocs.org
- merge into stable branch?
- post to mediagoblin-devel
- post to info-gnu@gnu.org
- post to mastodon and twitter
- update IRC topic
- email personal contacts
- update mediagoblin/_version.py
- update configure.ac version
- update mediagoblin/_version.py again to add ".dev" suffix
- update configure.ac version again to add ".dev" suffix

View File

@ -42,8 +42,7 @@ Upgrade
4. Recreate the virtual environment and install MediaGoblin::
./bootstrap.sh && ./configure &&
make
./bootstrap.sh && ./configure && make
5. Re-install any ":doc:`plugins`" you had previously installed. Skipping these
may result in errors updating the database.