Skip to content

Commit

Permalink
build: add cog configuration file
Browse files Browse the repository at this point in the history
Introduce "cocogitto" configuration to facilitate
compliance with conventionali-commits
  • Loading branch information
dfranusic committed Jan 10, 2022
1 parent 26498e8 commit e5b99d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pre_bump_hooks = [
"echo {{version}}",
]

post_bump_hooks = []
tag_prefix = "v"

[commit_types]

[changelog]
path = "CHANGELOG.md"
authors = [
{ username = "dfranusic", signature = "Damir Franusic" }
]
template = "remote"
remote = "github.com"
repository = "mink-core"
owner = "link-mink"

[bump_profiles]

0 comments on commit e5b99d2

Please sign in to comment.