From 5cd744c930f6823c7552c8c304e5e2874c4ebdf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc=20Serf=C5=91z=C5=91?= Date: Wed, 17 Apr 2024 19:55:25 +0200 Subject: [PATCH] chore: Added cog.toml --- cog.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cog.toml diff --git a/cog.toml b/cog.toml new file mode 100644 index 0000000..e8317ed --- /dev/null +++ b/cog.toml @@ -0,0 +1,24 @@ +from_latest_tag = true +ignore_merge_commits = false +disable_changelog = false +disable_bump_commit = false +generate_mono_repository_global_tag = 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]