chore: update project config files

This commit is contained in:
Alexander Navarro 2024-12-04 19:24:58 -03:00
parent 1aef4a5794
commit 74b46aacf3
4 changed files with 197 additions and 2 deletions

View file

@ -1,9 +1,9 @@
from_latest_tag = true
ignore_merge_commits = false
ignore_merge_commits = true
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = true
branch_whitelist = []
branch_whitelist = ["main", "release/**"]
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = []
@ -14,6 +14,7 @@ post_package_bump_hooks = []
[git_hooks]
[commit_types]
content = { changelog_title = "Content"}
[changelog]
path = "CHANGELOG.md"