We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25055b3 commit a1fee78Copy full SHA for a1fee78
.github/workflows/release.yml
@@ -138,7 +138,7 @@ jobs:
138
fetch-depth: 0
139
140
- name: Generate a changelog
141
- uses: orhun/git-cliff-action@v3
+ uses: orhun/git-cliff-action@v4
142
id: git-cliff
143
with:
144
config: cliff.toml
@@ -232,7 +232,7 @@ jobs:
232
ref: ${{ github.event.repository.default_branch }}
233
234
- name: Update CHANGELOG
235
236
237
238
args: --verbose
0 commit comments