Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
docs: git tag needs an explicit signing flag
Browse files Browse the repository at this point in the history
issue #759
  • Loading branch information
pjenvey committed Feb 10, 2017
1 parent fe90445 commit cc23b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ i.e. If a new minor version is being released after ``1.21.0``, the
new release commit.
#. ``git commit -m "chore: tag {version}"`` to commit the new version and
record of changes.
#. ``git tag {version}`` to tag the current HEAD commit for release.
#. ``git tag -s -m "chore: tag {version}" {version}`` to create a signed tag of the current HEAD commit for release.
#. ``git push --set-upstream origin release/{major}.{minor}`` to push the
commits to a new origin release branch.
#. ``git push --tags origin release/{major}.{minor}`` to push the tags to the
Expand Down

0 comments on commit cc23b20

Please sign in to comment.