chore: ♻️ Omit wip commits from the changelog
Add sq commits type for "to squash".
This commit is contained in:
parent
b1bbdf087a
commit
e77c65632b
3
cog.toml
3
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 }
|
||||
|
|
Loading…
Reference in New Issue