We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d9b64a + 2f66894 commit 05a37eeCopy full SHA for 05a37ee
.github/workflows/release.yml
@@ -27,13 +27,13 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Generate changelog
30
- uses: charmixer/auto-changelog-action@8095796
+ uses: charmixer/auto-changelog-action@v1
31
with:
32
token: ${{ secrets.GITHUB_TOKEN }}
33
future_release: ${{ steps.version.outputs.next-version }}
34
35
- name: Generate changelog for the release
36
37
38
39
since_tag: ${{ steps.previoustag.outputs.tag }}
0 commit comments