From 59a035753cfe91395b98a4807b4b61d061cb2068 Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Thu, 2 May 2024 18:12:53 +0200 Subject: [PATCH] refactor: formating of commands in post bump hooks --- cog.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 10466809d..8304d101e 100644 --- a/cog.toml +++ b/cog.toml @@ -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]