From 35bf2b4cd474147140717ef94d02573682abf68f Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 16 Apr 2024 08:55:47 +0200 Subject: Update release procedure docs. --- docs/source/contrib/release_procedure.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/contrib/release_procedure.rst b/docs/source/contrib/release_procedure.rst index 396f2d2..b5fa26d 100644 --- a/docs/source/contrib/release_procedure.rst +++ b/docs/source/contrib/release_procedure.rst @@ -7,15 +7,7 @@ * Check that the changelog is up to date. -* Generate the distribution files:: - - $ python3 -m build - -* Upload :: - - $ twine upload -s dist/* - -* Tag the uploaded version:: +* Tag the version you are preparing:: $ git tag -s v$VERSION $ git push @@ -29,6 +21,14 @@ * of the relevant * changelog +* Generate the distribution files:: + + $ python3 -m build + +* Upload :: + + $ twine upload -s dist/* + * Send the release announce to:: valhalla/lesana-announce@lists.sr.ht, ~valhalla/lesana-discuss@lists.sr.ht -- cgit v1.2.3