From 70052398307fc3c5a6dcdf9d21abacf4740b2eec Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Fri, 26 Oct 2018 17:11:11 +0200 Subject: [PATCH] Fixed commit msg in version script --- build/scripts/release_patch_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/release_patch_version.sh b/build/scripts/release_patch_version.sh index 6b75af6..bd70f61 100644 --- a/build/scripts/release_patch_version.sh +++ b/build/scripts/release_patch_version.sh @@ -13,7 +13,7 @@ NEXT_TAG=v$MAJOR_VERSION.$MINOR_VERSION.$NEXT_PATCH_VERSION sed -i -e "s/breakhack_PATCH_VERSION [0-9]\+/breakhack_PATCH_VERSION $NEXT_PATCH_VERSION/" CMakeLists.txt git log --oneline $LAST_TAG..HEAD > build/releasenotes/$NEXT_TAG.txt git add build/releasenotes/$NEXT_TAG.txt -git commit -a -m"Patch version raised to $NEXT_VERSION" +git commit -a -m"Patch version raised to $NEXT_PATCH_VERSION" # Create the tag git tag $NEXT_TAG