Skip to content

Commit

Permalink
Contributing updates (#1478)
Browse files Browse the repository at this point in the history
* Add reminder to pull from remote

* Sign git tags
  • Loading branch information
benjaoming committed May 23, 2023
1 parent 72691f5 commit 2107797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ To release a new version of the theme, core team will take the following steps:
need to commit it to git and tag it together with your release.
#. Commit these changes to a pull request.
#. Merge the pull request after review.
#. Check out ``master`` branch locally for tagging
#. Tag the release in git: ``git tag $NEW_VERSION``.
#. Check out ``master`` branch locally for tagging. **Remember to pull from remote**.
#. Tag the release in git: ``git tag -s $NEW_VERSION``.
#. Push the tag to GitHub: ``git push --tags origin``.
#. Upload the package to PyPI:

Expand Down

0 comments on commit 2107797

Please sign in to comment.