We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39b6ce commit 110a769Copy full SHA for 110a769
hatch.toml
@@ -140,7 +140,7 @@ deploy = ["python scripts/deploy_docs.py"]
140
skip-install = true
141
detached = true
142
python = "38"
143
-dependencies = ["GitPython", "semantic-version"]
+dependencies = ["GitPython", "semantic-version", "commitizen"]
144
145
[envs.build.scripts]
146
update-git-versions = ["python scripts/update_git_versions.py"]
pyproject.toml
@@ -292,3 +292,6 @@ update_changelog_on_bump = true
292
major_version_zero = true
293
changelog_incremental = true
294
changelog_merge_prerelease = true
295
+gpg_sign = true
296
+annotated_tag = true
297
+pre_bump_hooks = ["hatch run build:update-git-versions"]
0 commit comments