We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c40dc commit e4b0801Copy full SHA for e4b0801
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Generate changelog
32
- uses: charmixer/auto-changelog-action@master
+ uses: charmixer/auto-changelog-action@v1
33
with:
34
token: ${{ secrets.GITHUB_TOKEN }}
35
future_release: ${{ steps.version.outputs.next-version }}
@@ -56,7 +56,7 @@ jobs:
56
fetch-depth: 0
57
58
- name: Generate changelog for the release
59
60
61
62
since_tag: ${{ steps.previoustag.outputs.tag }}
0 commit comments