We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec44f94 commit 53fc857Copy full SHA for 53fc857
.github/release.yml
@@ -2,16 +2,13 @@ changelog:
2
categories:
3
- title: SemVer Major
4
labels:
5
- - semver/major
+ - ⚠️ semver/major
6
- title: SemVer Minor
7
8
- - semver/minor
+ - 🆕 semver/minor
9
- title: SemVer Patch
10
11
- - semver/patch
+ - 🔨 semver/patch
12
- title: Other Changes
13
14
- semver/none
15
- - title: 🚨🚨🚨 Missing Labels - Add labels to the prs listed here and generate the release notes again
16
- labels:
17
- - "*"
0 commit comments