We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf103e commit b755a4aCopy full SHA for b755a4a
1 file changed
.github/release.yml
@@ -0,0 +1,25 @@
1
+# 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