chore: ♻️ Omit wip commits from the changelog

Add sq commits type for "to squash".
This commit is contained in:
Berkus Decker 2023-07-09 03:06:06 +03:00 committed by Berkus Decker
parent b1bbdf087a
commit e77c65632b
1 changed files with 2 additions and 1 deletions

View File

@ -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 }