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 e352770 commit 10f3351Copy full SHA for 10f3351
1 file changed
.github/release.yml
@@ -1,18 +1,14 @@
1
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
2
changelog:
3
- exclude:
4
- labels:
5
- - meta
6
categories:
7
- title: New
8
9
- - enhancement
+ labels: [enhancement]
10
- title: Bugfixes
11
12
- - bug
+ labels: [bug]
13
- title: Changes
14
15
- - '*'
+ labels: ['*']
16
exclude:
17
18
+ labels: [meta] # Only needed because Meta must be last
+ - title: Meta
+ labels: [meta]
+
0 commit comments