From 44b5fe7e20d5867a17250fb340b2edd37abfa655 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sat, 6 Jul 2024 15:56:57 -0400 Subject: [PATCH] no log: fixed auto changelog command to list all commits since last release --- .github/scripts/create_changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/create_changelog.sh b/.github/scripts/create_changelog.sh index 9b2731590..c9360d617 100755 --- a/.github/scripts/create_changelog.sh +++ b/.github/scripts/create_changelog.sh @@ -10,5 +10,5 @@ latest_verion=$(git describe --tags --abbrev=0) if [[ $RELEASE_MASTER -eq 1 ]]; then auto-changelog --stdout -t changelog-master.hbs --starting-version "$master_version" --commit-limit 3 else - auto-changelog --stdout --starting-version "$latest_verion" --unreleased-only --commit-limit 0 + auto-changelog --stdout --starting-version "$latest_verion" --unreleased-only --commit-limit false fi \ No newline at end of file