mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-11 00:02:29 +02:00
ede2a53437
- release.yml now generates release-YYYYMMDD-<sha> tags automatically - changelog.yml requires explicit version input, no auto-increment from tags - sign.yml normalises extensions to .asc and .b2sum - build-sign-release.yml neutered to a no-op with descriptive error - tag_release.py archived to scripts/archived/ - update_changelog.py: version_from_changelog() is now primary version source - .gitignore: fix export/ tracking to match actual file extensions - docs/code/develop.md: fully rewritten to reflect new manual four-step flow
11 lines
483 B
TOML
11 lines
483 B
TOML
[tool.commitizen]
|
|
name = "cz_conventional_commits"
|
|
|
|
# Version management is handled manually via the changelog.
|
|
# commitizen is used here only to enforce conventional commit message format.
|
|
# -S ensures SSH signing is applied to every commit regardless of global git config state.
|
|
extra_arguments = ["-S"]
|
|
|
|
[tool.commitizen.customize]
|
|
schema_pattern = '^(feat|feature|add|fix|bugfix|revert|security|perf|refactor|change|chore|ci|docs|style|test|build)(\(.+\))?(!)?: .{1,72}(\n.*)*$'
|