Skip to content

Commit

Permalink
feat: use shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Dec 13, 2021
1 parent 146fdca commit 2a266e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tag_prefix = "v"

pre_bump_hooks = [
"echo '{{version}}' > NEXTVERSION",
"sh -c \"echo '{{version}}' > NEXTVERSION\"",
]
post_bump_hooks = []

Expand Down

0 comments on commit 2a266e9

Please sign in to comment.