Skip to content

Commit 75845d1

Browse files
authored
Merge pull request #348 from kenjis/add-release.yml
chore: add github/release.yml
2 parents 5d80aa0 + ea9e407 commit 75845d1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
categories:
6+
- title: Breaking Changes
7+
labels:
8+
- 'breaking change'
9+
- title: Fixed Bugs
10+
labels:
11+
- bug
12+
- title: New Features
13+
labels:
14+
- 'new feature'
15+
- title: Enhancements
16+
labels:
17+
- enhancement
18+
- title: Refactoring
19+
labels:
20+
- refactor
21+
- title: Others (Only for checking. Remove this category)
22+
labels:
23+
- "*"

0 commit comments

Comments
 (0)