We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbcc922 + a60bd91 commit d9b756dCopy full SHA for d9b756d
commitizen/commands/init.py
@@ -32,7 +32,7 @@ def __call__(self):
32
values_to_add["version"] = Version(tag).public
33
values_to_add["tag_format"] = self._ask_tag_format(tag)
34
self._update_config_file(values_to_add)
35
- out.write("You can bump the version and create cangelog running:\n")
+ out.write("You can bump the version and create changelog running:\n")
36
out.info("cz bump --changelog")
37
out.success("The configuration are all set.")
38
else:
0 commit comments