From 7e931ae84980bfabe6fa2ba2eb3496446518c4a1 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sun, 19 Sep 2021 21:08:15 +1000 Subject: Extend release instructions. --- docs/source/devel/release.rst | 10 ++++++++-- docs/source/siteadmin/upgrading.rst | 3 +-- 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. -- cgit v1.2.3