Skip to content

Commit

Permalink
Remove unreleased stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Oct 24, 2024
1 parent 5577f50 commit 5c6eb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-cliff-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ runs:
if [[ -n "${{ inputs.existing_changelog_path }}" ]]; then
out_file=$GIT_CLIFF_WORKDIR/existing_changelog.md
cp "${{ github.workspace }}/${{ inputs.existing_changelog_path }}" $out_file
sed '/<!-- git-cliff-unreleased-start -->/,/<!-- git-cliff-unreleased-end -->/d' -i $out_file
print_changelog_args+=(--prepend "$out_file" --unreleased)
else
Expand Down

0 comments on commit 5c6eb2c

Please sign in to comment.