File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 future_release : ${{ steps.version.outputs.next-version }}
3232
33+ - name : Generate changelog for the release
34+ uses : charmixer/auto-changelog-action@8095796
35+ with :
36+ token : ${{ secrets.GITHUB_TOKEN }}
37+ since_tag : ${{ steps.previoustag.outputs.tag }}
38+ future_release : ${{ steps.version.outputs.next-version }}
39+ output : CHANGELOGRELEASE.md
40+
3341 - name : update inspec.yml
34423543 with :
@@ -46,18 +54,11 @@ jobs:
4654 name : dev-sec CI
47554856
49- - name : Generate changelog for the release
50- uses : charmixer/auto-changelog-action@8095796
51- with :
52- token : ${{ secrets.GITHUB_TOKEN }}
53- since_tag : ${{ steps.previoustag.outputs.tag }}
54- future_release : ${{ steps.version.outputs.next-version }}
55-
5657 - name : Read CHANGELOG.md
5758 id : package
5859 uses : juliangruber/read-file-action@v1
5960 with :
60- path : ./CHANGELOG .md
61+ path : ./CHANGELOGRELEASE .md
6162
6263 - name : Create Release draft
6364 id : create_release
You can’t perform that action at this time.
0 commit comments