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 8a31ae0 commit 231e26aCopy full SHA for 231e26a
changelogs/config.yaml
@@ -31,7 +31,7 @@ sections:
31
- Bugfixes
32
- - known_issues
33
- Known Issues
34
-title: Cloudera.Cluster
+title: cloudera.cluster
35
trivial_section_name: trivial
36
use_fqcn: true
37
vcs: auto
pyproject.toml
@@ -62,7 +62,7 @@ changelog = [
62
# Read the version in galaxy.yml via hatch itself (normalizes release candidates, etc.)
63
# Use 'hatch version' to manage the version, i.e. 'hatch version major,rc'
64
"antsibull-changelog release --version $(hatch version)",
65
- "antsichaut --since_version=latest",
+ "antsichaut --repository cloudera-labs/cloudera.cluster --since_version=latest",
66
"antsibull-changelog generate",
67
]
68
0 commit comments