chore: update changelog extraction in release script to skip the section break line

This commit is contained in:
jdx 2025-07-17 13:56:46 +00:00
parent 0c56699aa6
commit 714aa2569b
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -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"