Skip to content

Commit

Permalink
Make push of code and tags one command when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgu committed Nov 6, 2022
1 parent 7ca853c commit e3fbc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ Release
* Update README.rst with any new contributors and potential info needed.
* Update _pyrsistent_version.py
* Commit and tag with new version: `git add -u . && git commit -m 'Prepare version vX.Y.Z' && git tag -a vX.Y.Z -m 'vX.Y.Z'`
* Push commit and tags: `git push && git push --tags`
* Push commit and tags: `git push --follow-tags`
* Build new release using Github actions
Project status
Expand Down

0 comments on commit e3fbc39

Please sign in to comment.