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