We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f401011 + 5a02859 commit 38f8757Copy full SHA for 38f8757
1 file changed
.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