Skip to content

Commit 6a21eb5

Browse files
committed
ci: Use --latest for changelog (generates from previous tag)
1 parent 4f2127b commit 6a21eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Generate changelog
3434
run: |
35-
git-cliff --config cliff.toml --unreleased --strip header \
36-
--tag "${{ steps.tag.outputs.tag }}" > /tmp/release-notes.md
35+
git-cliff --config cliff.toml --latest --strip header \
36+
> /tmp/release-notes.md
3737
3838
- name: Create GitHub release
3939
env:

0 commit comments

Comments
 (0)