Skip to content

Commit

Permalink
adding git tag to the git-cliff generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent 174cb43 commit 6575c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: v${{ steps.auto_commit_action.outputs.commit_hash }}..latest
args: latest..v${{ steps.auto_commit_action.outputs.commit_hash }} --tag v${{ steps.split_version.outputs.version }}
env:
OUTPUT: CHANGELOG.md

Expand Down

0 comments on commit 6575c98

Please sign in to comment.