From 379920c71fdfeae4592499ba72a4a8df9366404e Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Thu, 21 Aug 2025 18:35:23 -0400 Subject: [PATCH] Add repository to Hatch docs:changelog script Signed-off-by: Webster Mudge --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67acd37..b656f7d 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.cloud --since_version=latest", "antsibull-changelog generate", ]