We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3fd30 commit 8e0fdf6Copy full SHA for 8e0fdf6
3 files changed
.cz.toml
@@ -9,7 +9,7 @@ version_files = [
9
"VERSION",
10
"package.json:version"
11
]
12
-pre_bump_hooks = "sudo task build"
+pre_bump_hooks = "npx task build"
13
use_shortcuts = true
14
[tool.commitizen.customize]
15
message_template = "{{change_type}}{% if scope %}({{scope}}){% endif %}{% if breaking %}!{% endif %}: {{message}}"
0 commit comments