Skip to content

Commit

Permalink
refactor: formating of commands in post bump hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 2, 2024
1 parent 7281aa1 commit 59a0357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ pre_bump_hooks = [
]

post_bump_hooks = [
"git push && echo 'bump done with chore commit for notes appended to changelog'",
"git push",
"echo 'bump done with chore commit for notes appended to changelog'",
]

[git_hooks]
Expand Down

0 comments on commit 59a0357

Please sign in to comment.