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 375605f commit 5ca418dCopy full SHA for 5ca418d
1 file changed
.github/release-drafter.yml
@@ -40,9 +40,12 @@ autolabeler:
40
- '/^[a-z]+(\(.*\))?\!\:/'
41
# ------------------------------------- AUTOMATIC VERSIONING ------------------------------------ #
42
version-resolver:
43
- minor:
+ major:
44
labels:
45
- breaking
46
+ minor:
47
+ labels:
48
+ - enhancement
49
default: patch
50
# ------------------------------------ RELEASE CONFIGURATION ------------------------------------ #
51
name-template: "v$RESOLVED_VERSION"
0 commit comments