release script does not include commits (#8381)

This commit is contained in:
Ulf Gebhardt 2025-04-12 12:18:05 +02:00 committed by GitHub
parent 117c0d75e7
commit 04bf693453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
yarn run auto-changelog --commit-limit 0 --latest-version $VERSION_NEW