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 615489d commit 67827e6Copy full SHA for 67827e6
.github/release.yml
@@ -0,0 +1,17 @@
1
+# 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: Breaking Changes
6
+ labels:
7
+ - Major
8
+ - Breaking
9
+ - title: New Features
10
11
+ - Minor
12
+ - Feature
13
+ - Improvement
14
+ - Enhancement
15
+ - title: Other Changes
16
17
+ - '*'
0 commit comments