✏ — Fix typo

This commit is contained in:
Luc Didry 2024-04-08 08:36:29 +02:00
parent 01b5cf06de
commit cf71b5d087
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -22,7 +22,7 @@ Here is the quick version. If you need more details, some parts are explained in
make test make test
# Bump the version, according to semantic versionning # 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 # Create a tag on the git repository and push it
git tag "$(hatch version)" && git push git tag "$(hatch version)" && git push
@ -79,4 +79,4 @@ hatch build -r test
# Installing from test PyPI # Installing from test PyPI
pip install --index-url https://test.pypi.org/simple/ argos-monitoring pip install --index-url https://test.pypi.org/simple/ argos-monitoring
``` ```