From 146fdca905e0a1d268eb9750934e3204803be68b Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:27:19 -0800 Subject: [PATCH] feat: use cog --- cog.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 829df82a..4d9d5f87 100644 --- a/cog.toml +++ b/cog.toml @@ -1,6 +1,8 @@ tag_prefix = "v" -pre_bump_hooks = [] +pre_bump_hooks = [ + "echo '{{version}}' > NEXTVERSION", +] post_bump_hooks = [] [commit_types]