Skip to content

Commit 9ffb4d4

Browse files
committed
fix: major version zero message
1 parent 2292b1e commit 9ffb4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def _ask_major_version_zero(self, version: Version) -> bool:
269269
if version.major > 0:
270270
return False
271271
major_version_zero: bool = questionary.confirm(
272-
"Keep the major version in zero during breaking changes",
272+
"Keep major version zero (0.x) during breaking changes",
273273
default=True,
274274
auto_enter=True,
275275
).unsafe_ask()

0 commit comments

Comments
 (0)