Extend release instructions.
This commit is contained in:
parent
6963a5a62e
commit
7e931ae849
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user