Skip to content

Commit b220929

Browse files
--wip-- [skip ci]
1 parent 5c4568c commit b220929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PREVIOUS_VERSION=$(awk -F'[ )]' '/set\(CODSPEED_VERSION/ {print $2}' core/CMakeL
3333

3434
# Prompt the release version
3535
echo "Previous version: ${PREVIOUS_VERSION}"
36-
echo "Release version: $VERSION"
36+
echo "New version: ${VERSION_NO_V}"
3737
read -p "Are you sure you want to release this version? (y/n): " confirm
3838
if [ "$confirm" != "y" ]; then
3939
echo "Aborting release"

0 commit comments

Comments
 (0)