1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-01 12:08:13 +00:00

no log: fixed auto-changelog for dev branch

This commit is contained in:
morpheus65535 2023-01-13 14:19:52 -05:00
parent 8edf1e9ce1
commit 66327677b3

View file

@ -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 --commit-limit 0
auto-changelog --stdout --starting-version "$latest_verion" --unreleased-only --commit-limit 0
fi