We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a9097a + f1f950d commit 32cc4e2Copy full SHA for 32cc4e2
.github/release.yml
@@ -0,0 +1,38 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ - no-release-notes
6
+ - skip-release-notes
7
+ authors:
8
+ - github-actions[bot]
9
+ - dependabot[bot]
10
+ categories:
11
+ - title: Breaking Changes
12
13
+ - breaking
14
+ - semver-major
15
+ - title: Features
16
17
+ - feat
18
+ - feature
19
+ - enhancement
20
+ - title: Fixes
21
22
+ - fix
23
+ - bug
24
+ - bugfix
25
+ - title: Security
26
27
+ - security
28
+ - title: Documentation
29
30
+ - docs
31
+ - documentation
32
+ - title: Maintenance
33
34
+ - chore
35
+ - ci
36
+ - build
37
+ - refactor
38
+ - dependencies
0 commit comments