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