fix: add dummy publish script for website
Some checks failed
Publish package / build_and_publish (push) Failing after 21s

This commit is contained in:
Alexander Navarro 2024-12-30 16:07:48 -03:00
parent ae444629f0
commit 107921ac28
3 changed files with 10 additions and 16 deletions

View file

@ -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}}",
]
pre_package_bump_hooks = [
"echo 'bump package {{package}} to {{version}}'",
"sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version}}\"/gi' package.json",