From f1f6e72e6d22f12fb5153e4c531ef460188cb252 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 30 Oct 2022 19:22:43 +0100 Subject: [PATCH] chore(cocogitto): basic configuration --- cog.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cog.toml diff --git a/cog.toml b/cog.toml new file mode 100644 index 0000000..3a86463 --- /dev/null +++ b/cog.toml @@ -0,0 +1,16 @@ +ignore_merge_commits = true +branch_whitelist = [] +pre_bump_hooks = [] +post_bump_hooks = [] + +tag_prefix= "v" + +[commit_types] + +[changelog] +path = "CHANGELOG.md" +authors = [ + { signature = "chris", username = "chris" } +] + +[bump_profiles]