From 0a32e2255674546a0d330248c6efe8b2a6c07223 Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 20 Dec 2024 16:18:10 -0300 Subject: [PATCH] chore: add cocogitto config --- cog.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cog.toml diff --git a/cog.toml b/cog.toml new file mode 100644 index 0000000..f258492 --- /dev/null +++ b/cog.toml @@ -0,0 +1,25 @@ +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] + +[commit_types] + +[changelog] +path = "CHANGELOG.md" +authors = [] + +[bump_profiles] + +[packages]