File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 30
30
token : ${{ secrets.GITHUB_TOKEN }}
31
31
future_release : ${{ steps.version.outputs.next-version }}
32
32
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
+
33
41
- name : update inspec.yml
34
42
uses : mikefarah/yq@3.2.1
35
43
with :
@@ -46,18 +54,11 @@ jobs:
46
54
name : dev-sec CI
47
55
email : hello@dev-sec.io
48
56
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
-
56
57
- name : Read CHANGELOG.md
57
58
id : package
58
59
uses : juliangruber/read-file-action@v1
59
60
with :
60
- path : ./CHANGELOG .md
61
+ path : ./CHANGELOGRELEASE .md
61
62
62
63
- name : Create Release draft
63
64
id : create_release
You can’t perform that action at this time.
0 commit comments