Skip to content

Commit 5c9ddbc

Browse files
authored
Update git-cliff command to include updates flag
Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
1 parent f2ada87 commit 5c9ddbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Skipped on prereleases to keep CHANGELOG.md focused on stable releases.
9898
if: ${{ !(contains(steps.version.outputs.version, 'a') || contains(steps.version.outputs.version, 'b') || contains(steps.version.outputs.version, 'rc')) }}
9999
run: |
100-
git-cliff --tag "${{ steps.version.outputs.tag }}" --prepend CHANGELOG.md
100+
git-cliff -u --tag "${{ steps.version.outputs.tag }}" --prepend CHANGELOG.md
101101
if git diff --quiet -- CHANGELOG.md; then
102102
echo "CHANGELOG.md already up to date"
103103
else

0 commit comments

Comments
 (0)