mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 09:02:44 +08:00
no log: fixed auto changelog command to list all commits since last release
This commit is contained in:
parent
3a9e65c1ba
commit
44b5fe7e20
1 changed files with 1 additions and 1 deletions
2
.github/scripts/create_changelog.sh
vendored
2
.github/scripts/create_changelog.sh
vendored
|
@ -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
|
Loading…
Reference in a new issue