diff --git a/scripts/release-plz.sh b/scripts/release-plz.sh index 32865b8..9a9ed40 100755 --- a/scripts/release-plz.sh +++ b/scripts/release-plz.sh @@ -14,7 +14,7 @@ fi # Get the next version and changelog from git-cliff version="$(git cliff --bumped-version)" -changelog="$(git cliff --bump --unreleased --strip all)" +changelog="$(git cliff --bump --unreleased | tail -n +2)" if [ "${DRY_RUN:-1}" == 1 ]; then echo "version: $version"