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 }