Skip to content

Commit b285f5f

Browse files
committed
automate release note process
1 parent 1a8ecca commit b285f5f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- release-ignore
5+
authors:
6+
- pre-commit-ci
7+
categories:
8+
- title: Major
9+
labels:
10+
- "release-major"
11+
- title: Minor
12+
labels:
13+
- "release-minor"
14+
- title: Changed
15+
labels:
16+
- "release-changed"
17+
- title: Fixed
18+
labels:
19+
- "release-fixed"
20+
- title: Other Changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)