From 39f734c67eb4ac306460a76034a2f8b945f3a267 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Thu, 23 May 2024 00:19:27 -0400 Subject: [PATCH] ci(utils): update bump script to echo new version --- _utils/_scripts/bump.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_utils/_scripts/bump.sh b/_utils/_scripts/bump.sh index 5703d1989..61217337a 100755 --- a/_utils/_scripts/bump.sh +++ b/_utils/_scripts/bump.sh @@ -5,6 +5,7 @@ cd $DGPATH/../ config="_utils/_cliff/config.toml" file="CHANGELOG.md" str=$(cz bump --dry-run | awk '/tag to create: /') +echo $str curr=$(cz version -p) ver=${str//tag to create: /} git cliff -c $config --unreleased --tag $ver --prepend ${file}