Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
chore: adjust cocogitto config for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Nov 30, 2021
1 parent fc66811 commit 106b528
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
changelog_path = "CHANGELOG.md"
pre_bump_hooks = [
"cargo build --release",
"cargo bump {{version}}",
Expand All @@ -9,8 +8,13 @@ post_bump_hooks = [
"git push",
"git push origin {{version}}",
]

[commit_types]

[changelog]
path = "CHANGELOG.md"
authors = [
{ signature = "Marcin Puc", username = "tranzystorek-io" },
]

[commit_types]
[bump_profiles]

0 comments on commit 106b528

Please sign in to comment.