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 c8b89a4 commit aa65e1bCopy full SHA for aa65e1b
commitizen/commands/init.py
@@ -269,7 +269,7 @@ def _ask_major_version_zero(self, version: Version) -> bool:
269
if version.major > 0:
270
return False
271
major_version_zero: bool = questionary.confirm(
272
- "Keep the major version in zero during breaking changes",
+ "Keep major version zero (0.x) during breaking changes",
273
default=True,
274
auto_enter=True,
275
).unsafe_ask()
0 commit comments