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 35fcd30 commit 4dcb2d3Copy full SHA for 4dcb2d3
.github/release.yml
@@ -1 +1,25 @@
1
-_extends: .github
+# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ categories:
8
+ - title: '🔥 Breaking Changes'
9
10
+ - 'breaking'
11
+ - title: 🏕 Features
12
13
+ - 'enhancement'
14
+ - title: '🐛 Bug Fixes'
15
16
+ - 'bug'
17
+ - title: '👋 Deprecated'
18
19
+ - 'deprecation'
20
+ - title: 📦 Dependencies
21
22
+ - dependencies
23
+ - title: Other Changes
24
25
+ - "*"
0 commit comments