We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d85168 commit 59539f2Copy full SHA for 59539f2
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
id: get_version
21
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
22
- name: Simple conventional changelog
23
- uses: lstocchi/simple-conventional-changelog@13071c09073f5deddf03d44d9af6a8b0f81ef227 #0.0.11
+ uses: redhat-developer/simple-conventional-changelog@0a6db1ac3910c2cf66f2e1a530951dba1ece8540 #0.0.12
24
id: changelog
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments