Skip to content

Commit 9b1ce8b

Browse files
committed
Add release.yml for better generated release notes
1 parent 8843065 commit 9b1ce8b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
changelog:
2+
categories:
3+
- title: SemVer Major
4+
labels:
5+
- semver/major
6+
- title: SemVer Minor
7+
labels:
8+
- semver/minor
9+
- title: SemVer Patch
10+
labels:
11+
- semver/patch
12+
- title: Other Changes
13+
labels:
14+
- semver/none
15+
- title: 🚨🚨🚨 Missing Labels - Add labels to the prs listet here and generate the release notes again
16+
labels:
17+
- "*"
18+
ø

0 commit comments

Comments
 (0)