Skip to content

Commit

Permalink
no log: fixed auto changelog command to list all commits since last r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
morpheus65535 committed Jul 6, 2024
1 parent 3a9e65c commit 44b5fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44b5fe7

Please sign in to comment.