build(cog): Fix pre package hook command
This commit is contained in:
2
cog.toml
2
cog.toml
@@ -14,7 +14,7 @@ pre_bump_hooks = []
|
|||||||
post_bump_hooks = []
|
post_bump_hooks = []
|
||||||
pre_package_bump_hooks = [
|
pre_package_bump_hooks = [
|
||||||
"echo 'upgrading {{package}}' to {{version}}",
|
"echo 'upgrading {{package}}' to {{version}}",
|
||||||
"node version {{version}}"
|
"npm version {{version}}"
|
||||||
]
|
]
|
||||||
post_package_bump_hooks = []
|
post_package_bump_hooks = []
|
||||||
tag_prefix = "v"
|
tag_prefix = "v"
|
||||||
|
|||||||
Reference in New Issue
Block a user