Skip to content

Commit 8f9f9da

Browse files
committed
fixing release instructions
1 parent 992232d commit 8f9f9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Below are instructions for releasing a new version:
5555
3. Commit this change to `biosimulators_utils/_version.py`.
5656
4. Add a tag for the new version by running `git tag { version }`. `version` should be equal to the value of the
5757
`__version__` variable in `biosimulators_utils/_version.py`.
58-
5. Push these commits and the new tag to GitHub by running `git push --tags`.
58+
5. Push these commits and the new tag to GitHub by running `git push && git push --tags`.
5959
6. This push will trigger a GitHub action which will execute the following tasks:
6060
* Create a GitHub release for the version.
6161
* Push the release to PyPI.

0 commit comments

Comments
 (0)