We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b7bb1 commit c29eb24Copy full SHA for c29eb24
.github/workflows/changelog.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Generate Change Log
16
id: generate_log
17
run: |
18
- curl -sSL https://goblin.run/github.com/barelyhuman/commitlog | sh
+ curl -sSL https://goblin.run/github.com/barelyhuman/commitlog/v3@v3 | sh
19
commitlog g > CHANGELOG.md
20
- uses: ncipollo/release-action@v1
21
with:
0 commit comments