mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
✏ — Fix typo
This commit is contained in:
parent
01b5cf06de
commit
cf71b5d087
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue