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 f401011 commit 5a02859Copy full SHA for 5a02859
.github/release.yml
@@ -1,6 +1,10 @@
1
# ref. https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2
3
changelog:
4
+ exclude:
5
+ labels:
6
+ - chore
7
+
8
categories:
9
- title: ":bomb: Breaking Changes"
10
labels:
@@ -14,10 +18,6 @@ changelog:
14
18
15
19
- bug
16
20
17
- - title: ":ghost: Maintenance"
- labels:
- - chore
-
21
- title: ":dependabot: Dependency updates"
22
23
- dependencies
0 commit comments