We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd5f2d commit cdd1ca2Copy full SHA for cdd1ca2
.github/release.yml
@@ -0,0 +1,23 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ categories:
6
+ - title: Added
7
8
+ - enhancement
9
+ - title: Fixed
10
11
+ - bug
12
+ - title: Changed
13
14
+ - "*"
15
+ - title: Deprecated
16
17
+ - deprecated
18
+ - title: Breaking Changes
19
20
+ - breaking
21
+ - title: Documentation
22
23
+ - documentation
.github/workflows/pull-request-check.yml
0 commit comments