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 8402500 commit 4c5fa24Copy full SHA for 4c5fa24
.github/workflows/release.yml
@@ -29,8 +29,7 @@ jobs:
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
since_tag: ${{ steps.previoustag.outputs.tag }}
32
- # wait for https://github.com/CharMixer/auto-changelog-action/pull/3
33
- #future_release: ${{ steps.version.outputs.next-version }}
+ future_release: ${{ steps.version.outputs.next-version }}
34
35
- name: Read CHANGELOG.md
36
id: package
0 commit comments