Skip to content

Commit f059ae0

Browse files
committed
chore(ci): update release config
see creasico/laravel-project#36 Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
1 parent e898236 commit f059ae0

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
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: 4 additions & 3 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:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
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)