We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992232d commit 8f9f9daCopy full SHA for 8f9f9da
CONTRIBUTING.md
@@ -55,7 +55,7 @@ Below are instructions for releasing a new version:
55
3. Commit this change to `biosimulators_utils/_version.py`.
56
4. Add a tag for the new version by running `git tag { version }`. `version` should be equal to the value of the
57
`__version__` variable in `biosimulators_utils/_version.py`.
58
-5. Push these commits and the new tag to GitHub by running `git push --tags`.
+5. Push these commits and the new tag to GitHub by running `git push && git push --tags`.
59
6. This push will trigger a GitHub action which will execute the following tasks:
60
* Create a GitHub release for the version.
61
* Push the release to PyPI.
0 commit comments