Skip to content

Commit 271289f

Browse files
committed
fix: use --unreleased for release changelog generation
1 parent cc0ebfa commit 271289f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: cliff
3434
uses: orhun/git-cliff-action@v4
3535
with:
36-
args: --latest --strip header
36+
args: --unreleased --strip header --tag v${{ steps.version.outputs.version }}
3737
env:
3838
GITHUB_REPO: ${{ github.repository }}
3939

0 commit comments

Comments
 (0)