From e77c65632bcbdd0cae4745c37a9b4ce7cc3968cb Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 9 Jul 2023 03:06:06 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=99=BB=EF=B8=8F=20Omit=20wip=20comm?= =?UTF-8?q?its=20from=20the=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add sq commits type for "to squash". --- cog.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index d8ee978..e54b290 100644 --- a/cog.toml +++ b/cog.toml @@ -2,4 +2,5 @@ tag_prefix = "R" ignore_merge_commits = true [commit_types] -wip = { changelog_title = "Work in progress (should not be in changelog!)" } +wip = { changelog_title = "Work in progress", omit_from_changelog = true } +sq = { changelog_title = "Squash me later!", omit_from_changelog = true }