Skip to content

Commit bf1f6eb

Browse files
committed
ci: only show latest changes in release
1 parent dccb765 commit bf1f6eb

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
@@ -252,7 +252,7 @@ jobs:
252252
uses: orhun/git-cliff-action@v4
253253
with:
254254
config: cliff.toml
255-
args: -vv --tag ${{ github.ref_name }} --strip header --output release_notes.md
255+
args: -vv --tag ${{ github.ref_name }} --latest --strip header --output release_notes.md
256256
env:
257257
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
258258

0 commit comments

Comments
 (0)