Skip to content

Commit 9c75444

Browse files
authored
Docs: do not sign Git tag (#1596)
Closes #1593
1 parent 3a3473d commit 9c75444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ To release a new version of the theme, core team will take the following steps:
248248
#. Commit these changes to a pull request.
249249
#. Merge the pull request after review.
250250
#. Check out ``master`` branch locally for tagging. **Remember to pull from remote**.
251-
#. Tag the release in git: ``git tag -s $NEW_VERSION``.
251+
#. Tag the release in git: ``git tag $NEW_VERSION``.
252252
#. Push the tag to GitHub: ``git push --tags origin``.
253253
#. Upload the package to PyPI:
254254

0 commit comments

Comments
 (0)