Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/44b5fe7e20d5867a17250fb340b2edd37abfa655 You should set ROOT_URL correctly, otherwise the web may not work correctly.

no log: fixed auto changelog command to list all commits since last release

pull/2486/head
morpheus65535 9 months ago
parent 3a9e65c1ba
commit 44b5fe7e20

@ -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…
Cancel
Save