Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a post-commit hook for automatic tagging
- When committing the `pyproject.toml` file, if the version has changed, a tag with `git tag` is created. - It's necessary to configure the `./git-hooks/' directory so that it becomes visible to git hooks: `git config core.hooksPath .git-hooks`. Co-authored-by: Darwish Ahmad Herati <13837531+daherati@users.noreply.github.com>
- Loading branch information