Skip to content

Commit 9ea9da8

Browse files
committed
Add release.yml
1 parent efcd0ec commit 9ea9da8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# ref. https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2+
3+
changelog:
4+
categories:
5+
- title: ":bomb: Breaking Changes"
6+
labels:
7+
- breaking change
8+
9+
- title: ":rocket: Features"
10+
labels:
11+
- enhancement
12+
13+
- title: ":bug: Bug Fixes"
14+
labels:
15+
- bug
16+
17+
- title: ":ghost: Maintenance"
18+
labels:
19+
- chore
20+
21+
- title: ":dependabot: Dependency updates"
22+
labels:
23+
- dependencies
24+
25+
- title: ":pencil: Other Changes"
26+
labels:
27+
- "*"

0 commit comments

Comments
 (0)