mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Contributing updates (#1478)
* Add reminder to pull from remote * Sign git tags
This commit is contained in:
committed by
GitHub
parent
72691f5025
commit
2107797b00
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user