We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174e42f commit 90aee1bCopy full SHA for 90aee1b
1 file changed
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Current Changes
28
- uses: orhun/git-cliff-action@v3
+ uses: orhun/git-cliff-action@v4
29
id: git-cliff
30
with:
31
config: cliff.toml
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_REPO: ${{ github.repository }}
36
37
- name: Generate changelog
38
39
id: git-cliff-changelog
40
41
0 commit comments