diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-12-07 15:51:22 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-12-07 15:51:22 +0100 |
commit | 2a0885a4801f344e6528fa8147c0795b451e5699 (patch) | |
tree | eedd3a20b104dbb3fc784bea651981be079fb34b | |
parent | 6ba76e84dfb2c1940e09dd01ca1efc3d46446d75 (diff) |
Update release procedure: add the changelog to the tag
-rw-r--r-- | docs/source/contrib/release_procedure.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/source/contrib/release_procedure.rst b/docs/source/contrib/release_procedure.rst index f54ed9f..aa0af51 100644 --- a/docs/source/contrib/release_procedure.rst +++ b/docs/source/contrib/release_procedure.rst @@ -16,7 +16,14 @@ * Tag the uploaded version:: - $ git tag -s v$VERSION -m "Version $VERSION" + $ git tag -s v$VERSION $ git push $ git push --tags + for the tag content use something like:: + + Version $VERSION + + * contents + * of the relevant + * changelog |