aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-09-19 21:08:15 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-09-19 21:08:15 +1000
commit7e931ae84980bfabe6fa2ba2eb3496446518c4a1 (patch)
tree493b027a14125013714ac8607c4095527094ae44
parent6963a5a62e9c6abc66bca417afbc036e410f5055 (diff)
downloadmediagoblin-7e931ae84980bfabe6fa2ba2eb3496446518c4a1.tar.lz
mediagoblin-7e931ae84980bfabe6fa2ba2eb3496446518c4a1.tar.xz
mediagoblin-7e931ae84980bfabe6fa2ba2eb3496446518c4a1.zip
Extend release instructions.
-rw-r--r--docs/source/devel/release.rst10
-rw-r--r--docs/source/siteadmin/upgrading.rst3
2 files changed, 9 insertions, 4 deletions
diff --git a/docs/source/devel/release.rst b/docs/source/devel/release.rst
index f18ceabc..b24bb249 100644
--- a/docs/source/devel/release.rst
+++ b/docs/source/devel/release.rst
@@ -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
diff --git a/docs/source/siteadmin/upgrading.rst b/docs/source/siteadmin/upgrading.rst
index d2a5f4de..7cf6ad8a 100644
--- a/docs/source/siteadmin/upgrading.rst
+++ b/docs/source/siteadmin/upgrading.rst
@@ -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.