A Hatch plugin that automatically creates a Git commit and tag when bumping the project version using the `hatch version` command. It uses a regex to determine the version string. Version 0.0.4, last released in December 2021; the project appears to be in maintenance mode with no recent updates.
pip install hatch-regex-commitVerified import paths — ran on the pinned version, not inferred.
Configure hatch-regex-commit in pyproject.toml and use `hatch version <bump>` to commit and tag automatically.
Upgrade Hatch to >=1.0.0 with `pip install --upgrade hatch`.
Ensure your pattern includes `(?P<version>...)` exactly as shown in the quickstart.
Always ensure your working tree is clean or use `git stash` before bumping.