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]