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 c90cd11 commit 73cfc90Copy full SHA for 73cfc90
.github/release.yml
@@ -0,0 +1,34 @@
1
+# Docs: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2
+changelog:
3
+ exclude:
4
+ labels:
5
+ - ignore-for-release
6
+ categories:
7
+ - title: ⚠️ Breaking changes
8
9
+ - breaking
10
+ - title: 🧪 Experimental features
11
12
+ - experimental
13
+ - title: 🎉 New features added
14
15
+ - feature
16
+ - title: 🛠 Enhancements made
17
18
+ - enhancement
19
+ - title: 🐛 Bugs fixed
20
21
+ - bug
22
+ - title: 📜 Documentation improvements
23
24
+ - docs
25
+ - title: 🔧 Maintenance
26
27
+ - ci
28
+ - testing
29
+ - dependency
30
+ - maintenance
31
+ - packaging
32
+ - title: Other changes
33
34
+ - "*"
0 commit comments