Skip to content

Commit

Permalink
chore: update cog changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Mar 18, 2023
1 parent 520a41c commit adf3689
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
ignore_merge_commits = false
branch_whitelist = []
branch_whitelist = ["main"]
pre_bump_hooks = [
"bomper {{latest}} {{version}}"
]
post_bump_hooks = []
post_bump_hooks = [
"git push",
"git push origin {{version}}"
]

[commit_types]

[changelog]
path = "CHANGELOG.md"
authors = []
template = "remote"
remote = "github.com"
repository = "bomper"
owner = "justinrubek"
authors = [
{ signature = "Justin Rubek", username = "justinrubek" }
]

[bump_profiles]

0 comments on commit adf3689

Please sign in to comment.