Skip to content

Commit

Permalink
chore: update cocogitto configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 14, 2023
1 parent 499d731 commit e97faa3
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
from_latest_tag = true
ignore_merge_commits = false
branch_whitelist = []
branch_whitelist = ["main"]

pre_bump_hooks = []
post_bump_hooks = []
post_bump_hooks = [
"git push",
"git push origin {{version}}"
]

pre_package_bump_hooks = []
post_package_bump_hooks = []

tag_prefix = "v"

[commit_types]
Expand All @@ -13,7 +19,13 @@ nit = { changelog_title = "Nitpicks, changes with no side effect" }

[changelog]
path = "CHANGELOG.md"
authors = []
template = "remote"
remote = "github.com"
repository = "minemacs"
owner = "abougouffa"
authors = [
{ signature = "Abdelhak Bougouffa", username = "abougouffa" }
]

[bump_profiles]

Expand Down

0 comments on commit e97faa3

Please sign in to comment.