chore: add files from base_repo template

This commit is contained in:
Alexander Navarro 2025-02-10 13:16:28 -03:00
parent 5e8a72a714
commit fd44bd54a5
13 changed files with 151 additions and 31 deletions

31
cog.toml Normal file
View file

@ -0,0 +1,31 @@
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 = []
post_bump_hooks = []
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]