diff --git a/changelogs/config.yaml b/changelogs/config.yaml index db9bef5d..052b8bf5 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -31,7 +31,7 @@ sections: - Bugfixes - - known_issues - Known Issues -title: Cloudera.Cluster +title: cloudera.cluster trivial_section_name: trivial use_fqcn: true vcs: auto diff --git a/pyproject.toml b/pyproject.toml index bffabfe6..7b14df8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ changelog = [ # Read the version in galaxy.yml via hatch itself (normalizes release candidates, etc.) # Use 'hatch version' to manage the version, i.e. 'hatch version major,rc' "antsibull-changelog release --version $(hatch version)", - "antsichaut --since_version=latest", + "antsichaut --repository cloudera-labs/cloudera.cluster --since_version=latest", "antsibull-changelog generate", ]