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 e060504 commit ac9fbb3Copy full SHA for ac9fbb3
.github/workflows/release.yml
@@ -20,12 +20,12 @@ jobs:
20
21
- name: calculate next version
22
id: version
23
- uses: charmixer/auto-changelog-action@8095796
+ uses: patrickjahns/version-drafter-action@v1
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
27
- name: Generate changelog
28
- uses: charmixer/auto-changelog-action@v1
+ uses: charmixer/auto-changelog-action@8095796
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
since_tag: ${{ steps.previoustag.outputs.tag }}
0 commit comments