diff options
Diffstat (limited to 'docs/source/contrib')
| -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 | 
