Skip to content

Commit

Permalink
chore(semver): cocogitto config file
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Nov 1, 2023
1 parent 553dd46 commit 6afe0f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
skip_untracked = false
from_latest_tag = false
ignore_merge_commits = false
ignore_merge_commits = true
generate_mono_repository_global_tag = true

branch_whitelist = [
Expand All @@ -22,11 +22,6 @@ post_package_bump_hooks = []
[git_hooks]

[commit_types]
refactor = { changelog_title = "", omit_from_changelog = true }
style = { changelog_title = "", omit_from_changelog = true }
chore = { changelog_title = "", omit_from_changelog = true }
perf = { changelog_title = "", omit_from_changelog = true }
test = { changelog_title = "", omit_from_changelog = true }

[changelog]
path = "CHANGELOG.md"
Expand Down

0 comments on commit 6afe0f1

Please sign in to comment.