aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-04-16 08:55:47 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-04-16 08:55:47 +0200
commit35bf2b4cd474147140717ef94d02573682abf68f (patch)
tree6c4d61a69e8cd5fe7385d1bba210133395c1ebbb
parent056404e4656328acf2259d3d238b871965bfc4c3 (diff)
Update release procedure docs.
-rw-r--r--docs/source/contrib/release_procedure.rst18
1 files 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