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 e235aaa commit 0df8eebCopy full SHA for 0df8eeb
.github/release.yml
@@ -0,0 +1,26 @@
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: 🏕 Features
19
20
+ - '*'
21
22
23
+ - dependencies
24
+ - title: 👒 Dependencies
25
26
0 commit comments