Skip to content

Commit 064443d

Browse files
committed
nits: Add .github/release.yml [ci skip]
1 parent 36b2dc4 commit 064443d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/release.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
exclude:
5+
labels:
6+
- chore
7+
8+
categories:
9+
- title: ":bomb: Breaking Changes"
10+
labels:
11+
- breaking change
12+
13+
- title: ":lock: Security Fix"
14+
labels:
15+
- security
16+
17+
- title: ":rocket: Features"
18+
labels:
19+
- enhancement
20+
21+
- title: ":bug: Bug Fixes"
22+
labels:
23+
- bug
24+
25+
- title: ":dependabot: Dependency updates"
26+
labels:
27+
- dependencies
28+
29+
- title: ":pencil: Other Changes"
30+
labels:
31+
- "*"

0 commit comments

Comments
 (0)