Unverified Commit d8b774de authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

tool/tools

parent e295bd45
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -124,10 +124,10 @@ Known limitations:
## For maintainers

Docker image tag and library version is automatically computed from git tag.
Use too `bump-my-version` to read the Git history/tags, increment `major`, `minor`, or `patch`, and create the corresponding Git tag.
Use tool `bump-my-version` to read the Git history/tags, increment `major`, `minor`, or `patch`, and create the corresponding Git tag.

```
uv tools install bump-my-version
uv tool install bump-my-version
```

Then to tag and push a new version (ex. `minor`):