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 08909b5 commit e4f6b06Copy full SHA for e4f6b06
.github/release.yml
@@ -0,0 +1,25 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ categories:
8
+ - title: Breaking Changes
9
10
+ - Semver-Major
11
+ - breaking-change
12
+ - title: Enhancements
13
14
+ - Semver-Minor
15
+ - enhancement
16
+ - title: Bug Fixes
17
18
+ - Semver-Patch
19
+ - bug
20
+ - title: Documentation
21
22
+ - documentation
23
+ - title: Dependency Updates
24
25
+ - dependencies
0 commit comments