We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b2dc4 commit 064443dCopy full SHA for 064443d
.github/release.yml
@@ -0,0 +1,31 @@
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
11
+ - breaking change
12
13
+ - title: ":lock: Security Fix"
14
15
+ - security
16
17
+ - title: ":rocket: Features"
18
19
+ - enhancement
20
21
+ - title: ":bug: Bug Fixes"
22
23
+ - bug
24
25
+ - title: ":dependabot: Dependency updates"
26
27
+ - dependencies
28
29
+ - title: ":pencil: Other Changes"
30
31
+ - "*"
0 commit comments