Skip to content

Commit 5c8a788

Browse files
authored
Add release.yml for better generated release notes (#80)
1 parent 97dc6dd commit 5c8a788

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 listed here and generate the release notes again
16+
labels:
17+
- "*"
18+

0 commit comments

Comments
 (0)