1 parent 073dd45 commit ae75dd5Copy full SHA for ae75dd5
tests/test_bump_find_increment.py
@@ -41,6 +41,12 @@
41
"fix(setup.py): future is now required for every python version",
42
]
43
44
+MAJOR_INCREMENTS_EXCLAMATION_OTHER_TYPE_CC = [
45
+ "chore!: drop support for Python 3.9",
46
+ "docs(README): motivation",
47
+ "fix(setup.py): future is now required for every python version",
48
+]
49
+
50
PATCH_INCREMENTS_SVE = ["readme motivation PATCH", "fix setup.py PATCH"]
51
52
MINOR_INCREMENTS_SVE = [
@@ -67,6 +73,7 @@
67
73
(MINOR_INCREMENTS_CC, "MINOR"),
68
74
(MAJOR_INCREMENTS_BREAKING_CHANGE_CC, "MAJOR"),
69
75
(MAJOR_INCREMENTS_BREAKING_CHANGE_ALT_CC, "MAJOR"),
76
+ (MAJOR_INCREMENTS_EXCLAMATION_OTHER_TYPE_CC, "MAJOR"),
70
77
(MAJOR_INCREMENTS_EXCLAMATION_CC, "MAJOR"),
71
78
(NONE_INCREMENT_CC, None),
72
79
),
0 commit comments