Skip to content

Commit

Permalink
build: added cocogitto config file (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau authored Jan 9, 2024
1 parent 610b07f commit c8f2b54
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
branch_whitelist = []
disable_changelog = false
from_latest_tag = false
generate_mono_repository_global_tag = true
ignore_merge_commits = false
post_bump_hooks = []
post_package_bump_hooks = []
pre_bump_hooks = [
"echo {{version}}",
]
pre_package_bump_hooks = []
skip_ci = "[skip ci]"
skip_untracked = false

[git_hooks]

[commit_types]

[changelog]
authors = [
{username = "0xtsukino", signature = "tsukino"},
{username = "heeckhau", signature = "Hendrik Eeckhaut"},
{username = "mhchia", signature = "Kevin Mai-Husan Chia"},
]
owner = "TLSNotary"
path = "CHANGELOG.md"
remote = "github.com"
repository = "tlsn-extension"
template = "remote"

[bump_profiles]

[packages]

0 comments on commit c8f2b54

Please sign in to comment.