diff --git a/docs/developer/release.md b/docs/developer/release.md index da39138..ee6af92 100644 --- a/docs/developer/release.md +++ b/docs/developer/release.md @@ -22,7 +22,7 @@ Here is the quick version. If you need more details, some parts are explained in make test # Bump the version, according to semantic versionning -hatch version minor # or `hatch version major`` +hatch version minor # or `hatch version major` # Create a tag on the git repository and push it git tag "$(hatch version)" && git push @@ -79,4 +79,4 @@ hatch build -r test # Installing from test PyPI pip install --index-url https://test.pypi.org/simple/ argos-monitoring -``` \ No newline at end of file +```