Skip to content

Commit 041d5bb

Browse files
committed
test(bump): add another exclamation mark test
Closes #682
1 parent 9211505 commit 041d5bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_bump_find_increment.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"fix(setup.py): future is now required for every python version",
4949
]
5050

51+
MAJOR_INCREMENTS_EXCLAMATION_CC_SAMPLE_2 = [
52+
"feat(pipeline)!: some text with breaking change"
53+
]
54+
5155
MAJOR_INCREMENTS_EXCLAMATION_OTHER_TYPE_CC = [
5256
"chore!: drop support for Python 3.9",
5357
"docs(README): motivation",
@@ -82,6 +86,7 @@
8286
(MAJOR_INCREMENTS_BREAKING_CHANGE_ALT_CC, "MAJOR"),
8387
(MAJOR_INCREMENTS_EXCLAMATION_OTHER_TYPE_CC, "MAJOR"),
8488
(MAJOR_INCREMENTS_EXCLAMATION_CC, "MAJOR"),
89+
(MAJOR_INCREMENTS_EXCLAMATION_CC_SAMPLE_2, "MAJOR"),
8590
(NONE_INCREMENT_CC, None),
8691
),
8792
)

0 commit comments

Comments
 (0)