Skip to content

Commit

Permalink
chore: Setup cocogitto
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Apr 13, 2024
1 parent 92ee2b3 commit 7aee00c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
from_latest_tag = false
ignore_merge_commits = true
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = true
branch_whitelist = []
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = []
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []

[git_hooks]

[commit_types]
feat = { changelog_title = "📦 Features" }
fix = { changelog_title = "🐞 Bug fixes" }
hotfix = { changelog_title = "🔥 Bug fixes" }
chore = { changelog_title = "", omit_from_changelog = true }
ci = { changelog_title = "", omit_from_changelog = true }
perf = { changelog_title = "", omit_from_changelog = true }

[changelog]
path = "CHANGELOG.md"
authors = []

[bump_profiles]

[packages]

0 comments on commit 7aee00c

Please sign in to comment.