Skip to content

Commit

Permalink
feat: pre and post bump messages in cocogitto CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 2, 2024
1 parent d9052b8 commit 71594cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ pre_package_bump_hooks = []
post_package_bump_hooks = []

pre_bump_hooks = [
"echo {{version}}",
"echo 'bumping version from {{latest}} to {{version}}'"
]
post_bump_hooks = [
"echo 'version bump done'"
]

post_bump_hooks = []

[git_hooks]

Expand Down

0 comments on commit 71594cc

Please sign in to comment.