mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 13:50:33 +00:00
chore: update changelog extraction in release script to skip the section break line
This commit is contained in:
parent
0c56699aa6
commit
714aa2569b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue