hatch-regex-commit provides a plugin for Hatch that automatically creates a Git commit and tag after version bumping.
10 lines
221 B
TOML
10 lines
221 B
TOML
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["hatchling", "hatch-regex-commit"]
|
|
+requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|