Skip to content

Commit

Permalink
Docs: do not sign Git tag (#1596)
Browse files Browse the repository at this point in the history
Closes #1593
  • Loading branch information
humitos authored Aug 20, 2024
1 parent 3a3473d commit 9c75444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ To release a new version of the theme, core team will take the following steps:
#. Commit these changes to a pull request.
#. Merge the pull request after review.
#. Check out ``master`` branch locally for tagging. **Remember to pull from remote**.
#. Tag the release in git: ``git tag -s $NEW_VERSION``.
#. Tag the release in git: ``git tag $NEW_VERSION``.
#. Push the tag to GitHub: ``git push --tags origin``.
#. Upload the package to PyPI:

Expand Down

0 comments on commit 9c75444

Please sign in to comment.