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 efcd0ec commit 9ea9da8Copy full SHA for 9ea9da8
.github/release.yml
@@ -0,0 +1,27 @@
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
+ categories:
5
+ - title: ":bomb: Breaking Changes"
6
+ labels:
7
+ - breaking change
8
9
+ - title: ":rocket: Features"
10
11
+ - enhancement
12
13
+ - title: ":bug: Bug Fixes"
14
15
+ - bug
16
17
+ - title: ":ghost: Maintenance"
18
19
+ - chore
20
21
+ - title: ":dependabot: Dependency updates"
22
23
+ - dependencies
24
25
+ - title: ":pencil: Other Changes"
26
27
+ - "*"
0 commit comments