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 b6257c7 commit 82f6532Copy full SHA for 82f6532
1 file changed
.github/release-drafter.yml
@@ -39,6 +39,7 @@ autolabeler:
39
- label: 'feature'
40
title:
41
- '/adds/i'
42
+ - '/add method/i'
43
- label: 'bug'
44
45
- '/fix/i'
@@ -48,6 +49,7 @@ autolabeler:
48
49
- label: 'testing'
50
51
- '/test:/i'
52
+ - '/add test/i'
53
files:
54
- 'test_*'
55
- 'conftest.py'
@@ -78,12 +80,15 @@ version-resolver:
78
80
major:
79
81
labels:
82
- 'major'
83
+ - 'breaking'
84
minor:
85
86
- 'minor'
87
+ - 'feature'
88
patch:
89
90
- 'patch'
91
+ - 'bug'
92
default: patch
93
94
template: |
0 commit comments