diff --git a/cog.toml b/cog.toml new file mode 100644 index 00000000..829df82a --- /dev/null +++ b/cog.toml @@ -0,0 +1,12 @@ +tag_prefix = "v" + +pre_bump_hooks = [] +post_bump_hooks = [] + +[commit_types] + +[changelog] +path = "CHANGELOG.md" +authors = [] + +[bump_profiles]