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 5728ad2 commit f8b1be6Copy full SHA for f8b1be6
.github/release.yml
@@ -0,0 +1,24 @@
1
+# This file contains configuration for the automatic generation of release notes in GitHub.
2
+# It's not perfect, but it makes it a little less laborious to write informative release notes.
3
+# Also see https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
4
+changelog:
5
+ exclude:
6
+ labels:
7
+ - no releasenotes
8
+ categories:
9
+ - title: Major Changes 🛠
10
11
+ - major
12
+ - title: New Features & Bugfixes 🎉
13
14
+ - defects
15
+ - enhancements
16
+ - feature-request
17
+ - title: Docs & Maintenance 🔧
18
19
+ - docs
20
+ - installation
21
+ - maintenance
22
+ - pre-commit
23
+ - tests
24
+ - "*"
0 commit comments