diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-16 08:55:47 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-16 08:55:47 +0200 |
commit | 35bf2b4cd474147140717ef94d02573682abf68f (patch) | |
tree | 6c4d61a69e8cd5fe7385d1bba210133395c1ebbb /docs | |
parent | 056404e4656328acf2259d3d238b871965bfc4c3 (diff) |
Update release procedure docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/contrib/release_procedure.rst | 18 |
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 |