Skip to content

Commit 43cebfa

Browse files
committed
update documentation
1 parent 1d0df79 commit 43cebfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ See commit `cc93fc8b07445e09b5b92de207632d86edc0125d` or
4646
* Optional: publish to `test.pypi.org` with `poetry publish -r test-pypi` and test the package: `pip install -i https://test.pypi.org/simple oss-red-flag-checker`
4747
* Publish to PyPI: `poetry publish` (you may have to set your credentials/API key first)
4848
* Create Git tag: `git tag -s vx.y.z` (use a minimal message)
49-
* Push to GitHub
49+
* Push to GitHub: `git push && git push --tags`
5050
* Make a release on GitHub

0 commit comments

Comments
 (0)