Skip to content

Commit dbc715d

Browse files
jenstroegeradam-grant-hendry
authored andcommitted
feat: add major-version-zero option to support initial package development
1 parent 2fd5bf5 commit dbc715d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

commitizen/defaults.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class Settings(TypedDict, total=False):
6969
"encoding": "utf-8",
7070
"major_version_zero": False,
7171
"encoding": "utf-8",
72+
"major_version_zero": False,
7273
}
7374

7475
MAJOR = "MAJOR"

tests/test_conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"encoding": "utf-8",
5252
"major_version_zero": False,
5353
"encoding": "utf-8",
54+
"major_version_zero": False,
5455
}
5556

5657
_new_settings = {
@@ -69,6 +70,7 @@
6970
"encoding": "utf-8",
7071
"major_version_zero": False,
7172
"encoding": "utf-8",
73+
"major_version_zero": False,
7274
}
7375

7476
_read_settings = {

0 commit comments

Comments
 (0)