This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-35
lines changed Expand file tree Collapse file tree 2 files changed +19
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,17 +25,35 @@ jobs:
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
26
27
27
- name : Generate changelog
28
+ uses : charmixer/auto-changelog-action@8095796
29
+ with :
30
+ token : ${{ secrets.GITHUB_TOKEN }}
31
+ future_release : ${{ steps.version.outputs.next-version }}
32
+
33
+ - name : Generate changelog for the release
28
34
uses : charmixer/auto-changelog-action@8095796
29
35
with :
30
36
token : ${{ secrets.GITHUB_TOKEN }}
31
37
since_tag : ${{ steps.previoustag.outputs.tag }}
32
38
future_release : ${{ steps.version.outputs.next-version }}
39
+ output : CHANGELOGRELEASE.md
40
+
41
+ - name : push changelog
42
+ uses : github-actions-x/commit@v2.6
43
+ with :
44
+ github-token : ${{ secrets.GITHUB_TOKEN }}
45
+ push-branch : ' master'
46
+ commit-message : ' update changelog'
47
+ force-add : ' true'
48
+ files : CHANGELOG.md
49
+ name : dev-sec CI
50
+ email : hello@dev-sec.io
33
51
34
52
- name : Read CHANGELOG.md
35
53
id : package
36
54
uses : juliangruber/read-file-action@v1
37
55
with :
38
- path : ./CHANGELOG .md
56
+ path : ./CHANGELOGRELEASE .md
39
57
40
58
- name : Create Release draft
41
59
id : create_release
You can’t perform that action at this time.
0 commit comments