Skip to content

Commit

Permalink
cocogitto setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorley0395 committed May 24, 2024
1 parent ef75119 commit 25d95d4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version = "0.1.0"
from_latest_tag = true
ignore_merge_commits = false
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]

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

[bump_profiles]

[packages]

0 comments on commit 25d95d4

Please sign in to comment.