fix: add dummy publish script for website
Some checks failed
Publish package / build_and_publish (push) Has been cancelled
Some checks failed
Publish package / build_and_publish (push) Has been cancelled
This commit is contained in:
parent
ae444629f0
commit
93596314ed
3 changed files with 10 additions and 16 deletions
5
cog.toml
5
cog.toml
|
|
@ -8,7 +8,10 @@ branch_whitelist = []
|
|||
skip_ci = "[skip ci]"
|
||||
skip_untracked = false
|
||||
pre_bump_hooks = []
|
||||
post_bump_hooks = []
|
||||
post_bump_hooks = [
|
||||
"git push",
|
||||
"git push origin {{version_tag}}",
|
||||
]
|
||||
pre_package_bump_hooks = [
|
||||
"echo 'bump package {{package}} to {{version}}'",
|
||||
"sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version}}\"/gi' package.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue