From 9c75444a7399bafc32a6edc1c3524505791e8f39 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 20 Aug 2024 18:52:27 +0200 Subject: [PATCH] Docs: do not sign Git tag (#1596) Closes #1593 --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index e8c733d7..fe54e1cf 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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: