From e3fbc391c81f6c31fdd047dd6e45b1d75c1b280b Mon Sep 17 00:00:00 2001 From: Tobias Gustafsson Date: Sun, 6 Nov 2022 21:27:00 +0100 Subject: [PATCH] Make push of code and tags one command when releasing --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1e5576c..1b36b4f 100644 --- a/README.rst +++ b/README.rst @@ -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