Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a git hook for automatic tagging
- When the version field of `pyproject.toml` changes, after the changes have been committed, a tag is created with `git tag` that refers to the new version. - It's necessary to configure the `git-hooks' directory `git config core.hooksPath .git-hooks`.
- Loading branch information