Skip to content

Commit ca4fff3

Browse files
committed
Different changelog action
1 parent ee69a9c commit ca4fff3

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ jobs:
1616
- name: "Checkout"
1717
uses: "actions/checkout@v2"
1818

19-
- name: "Generate release changelog"
20-
id: generate-release-changelog
21-
uses: heinrichreimer/github-changelog-generator[email protected]
19+
- name: Generate changelog
20+
id: changelog
21+
uses: metcalfc/changelog-generator@v0.4.4
2222
with:
23-
token: ${{ secrets.GITHUB_TOKEN }}
24-
onlyLastTag: "true"
25-
stripHeaders: "true"
26-
stripGeneratorNotice: "true"
23+
myToken: ${{ secrets.GITHUB_TOKEN }}
2724

2825
- name: "Create release"
2926
id: create-release
@@ -33,4 +30,4 @@ jobs:
3330
with:
3431
tag_name: ${{ github.ref }}
3532
release_name: ${{ github.ref }}
36-
body: ${{ steps.generate-release-changelog.outputs.changelog }}
33+
body: ${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)