Docs: do not sign Git tag (#1596)

Closes #1593
This commit is contained in:
Manuel Kaufmann 2024-08-20 18:52:27 +02:00 committed by GitHub
parent 3a3473dc15
commit 9c75444a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: