We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12f2c8 commit 292ca91Copy full SHA for 292ca91
.github/release.yml
@@ -0,0 +1,18 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ authors:
6
+ - octocat
7
+ categories:
8
+ - title: Breaking Changes 🛠
9
10
+ - Semver-Major
11
+ - breaking-change
12
+ - title: Exciting New Features 🎉
13
14
+ - Semver-Minor
15
+ - enhancement
16
+ - title: Other Changes
17
18
+ - "*"
0 commit comments