From d9dc537936181daea34d14a6958064ff9c507eea Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:08:15 -0800 Subject: [PATCH] chore: switch to cog --- cog.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cog.toml 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]