From 04bf693453ac0ac7ecf15e04c742aad97d1c4e2c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 12 Apr 2025 12:18:05 +0200 Subject: [PATCH] release script does not include commits (#8381) --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 453375203..c078d6b04 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -26,4 +26,4 @@ sed -i -e 's/appVersion: ".*"/appVersion: "'"$VERSION_NEW"'"/g' $ROOT_DIR/deploy # generate changelog cd $ROOT_DIR -yarn run auto-changelog --latest-version $VERSION_NEW \ No newline at end of file +yarn run auto-changelog --commit-limit 0 --latest-version $VERSION_NEW \ No newline at end of file