first commit
This commit is contained in:
commit
b23be55d42
838 changed files with 730684 additions and 0 deletions
35
node_modules/@alecodes/bun-static-builder/cog.toml
generated
vendored
Normal file
35
node_modules/@alecodes/bun-static-builder/cog.toml
generated
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
from_latest_tag = false
|
||||
ignore_merge_commits = true
|
||||
disable_changelog = false
|
||||
disable_bump_commit = false
|
||||
generate_mono_repository_global_tag = true
|
||||
generate_mono_repository_package_tags = true
|
||||
branch_whitelist = []
|
||||
skip_ci = "[skip ci]"
|
||||
skip_untracked = false
|
||||
pre_bump_hooks = [
|
||||
"echo 'bump package to {{version}}'",
|
||||
"sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version}}\"/gi' package.json",
|
||||
"bun run ci:publish",
|
||||
]
|
||||
post_bump_hooks = ["git push", "git push origin {{version_tag}}"]
|
||||
pre_package_bump_hooks = []
|
||||
post_package_bump_hooks = []
|
||||
|
||||
[git_hooks]
|
||||
|
||||
[git_hooks.pre-commit]
|
||||
path = ".devfiles/hooks/pre-commit.sh"
|
||||
|
||||
[git_hooks.commit-msg]
|
||||
path = ".devfiles/hooks/commit-msg.sh"
|
||||
|
||||
[commit_types]
|
||||
|
||||
[changelog]
|
||||
path = "CHANGELOG.md"
|
||||
authors = []
|
||||
|
||||
[bump_profiles]
|
||||
|
||||
[packages]
|
||||
Loading…
Add table
Add a link
Reference in a new issue