MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / changelog_release_hook

Function changelog_release_hook

tests/test_changelog.py:1501–1503  ·  view source on GitHub ↗
(release: dict, tag: git.GitTag | None)

Source from the content-addressed store, hash-verified

1499 gitcommits, tags, any_changelog_format: ChangelogFormat
1500):
1501 def changelog_release_hook(release: dict, tag: git.GitTag | None) -> dict:
1502 release["extra"] = "whatever"
1503 return release
1504
1505 parser = ConventionalCommitsCz.commit_parser
1506 changelog_pattern = ConventionalCommitsCz.changelog_pattern

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…