File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 run : |
3838 gh extension install chelnak/gh-changelog
3939 gh changelog new --latest
40- gh changelog new --next-version ${{ steps.changelog.outputs.version }} --latest
40+ gh changelog new --next-version v ${{ steps.changelog.outputs.version }} --latest
4141 env :
4242 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343
4747 env :
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4949 with :
50- tag_name : ${{ steps.changelog.outputs.version }}
51- release_name : Release ${{ steps.changelog.outputs.version }}
50+ tag_name : v ${{ steps.changelog.outputs.version }}
51+ release_name : Release v ${{ steps.changelog.outputs.version }}
5252 draft : false
5353 prerelease : false
5454 body_path : CHANGELOG.md
Original file line number Diff line number Diff line change 2525 - name : " generate changelog"
2626 run : |
2727 gh extension install chelnak/gh-changelog
28- gh changelog new --next-version ${{ github.event.inputs.version }}
28+ gh changelog new --next-version v ${{ github.event.inputs.version }}
2929 env :
3030 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131
You can’t perform that action at this time.
0 commit comments