(release: dict, tag: git.GitTag | None)
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…