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 1c19428 commit 69fa341Copy full SHA for 69fa341
1 file changed
.github/release.yml
@@ -0,0 +1,25 @@
1
+# Configure how the release notes are generated for GitHub releases
2
+
3
+changelog:
4
+ # List of authors (like bots) and labels to exclude from pull requests
5
+ exclude:
6
+ labels:
7
+ - ignore-for-release
8
+ categories:
9
+ - title: 🛠 Breaking Changes
10
11
+ - Semver-Major
12
+ - breaking-change
13
+ - title: 🎉 Exciting New Features
14
15
+ - Semver-Minor
16
+ - enhancement
17
+ - title: 🐞 Bugfixes
18
19
+ - bug
20
+ - title: 👒 Dependencies
21
22
+ - dependencies
23
+ - title: Other Changes
24
25
+ - "*"
0 commit comments