From aa1356da439a2bc6c7404785b0089b11cc778a31 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Fri, 10 Jun 2022 23:49:26 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=99=BB=EF=B8=8F=20Add=20wip=20conve?= =?UTF-8?q?ntional=20commit=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cog.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cog.toml diff --git a/cog.toml b/cog.toml new file mode 100644 index 0000000..20a6360 --- /dev/null +++ b/cog.toml @@ -0,0 +1,2 @@ +[commit_types] +wip = { changelog_title = "Work in progress (should not be in changelog!)" }