Skip to content

Commit 7825eaa

Browse files
committed
feat(ci): update auto release config
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
1 parent 3e223ba commit 7825eaa

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- dependencies
5+
authors:
6+
- dependabot[bot]
7+
8+
categories:
9+
- title: Contributions
10+
labels:
11+
- '*'

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
uses: actions/checkout@v1
1616

1717
- name: Read Changelog file
18-
run: npx @feryardiant/read-changelog > PUBLISH.txt
18+
run: npx @feryardiant/read-changelog > PUBLISH.md
1919

2020
- name: Publish
2121
uses: softprops/action-gh-release@v1
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:
25-
body_path: PUBLISH.txt
25+
body_path: PUBLISH.md
26+
generate_release_notes: true

0 commit comments

Comments
 (0)