We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e1b3da + c23ac30 commit 78d6c1eCopy full SHA for 78d6c1e
1 file changed
.github/release.yml
@@ -0,0 +1,20 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ authors:
8
+ - octocat
9
+ categories:
10
+ - title: Breaking Changes 🛠
11
12
+ - Semver-Major
13
+ - breaking-change
14
+ - title: Exciting New Features 🎉
15
16
+ - Semver-Minor
17
+ - enhancement
18
+ - title: Other Changes
19
20
+ - "*"
0 commit comments