From d5a960a06ba66c568bf4952f3a19f29be8064baa Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Thu, 2 Nov 2017 14:11:53 +0100 Subject: [PATCH] #21 Automatically create a GIT-tag on installation --- silecs-communication-cpp/releaseSilecs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/silecs-communication-cpp/releaseSilecs.sh b/silecs-communication-cpp/releaseSilecs.sh index 8dd595f..f4b1fa4 100755 --- a/silecs-communication-cpp/releaseSilecs.sh +++ b/silecs-communication-cpp/releaseSilecs.sh @@ -32,7 +32,8 @@ PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp silecs-cli-client snap7" # branch to release -RELEASE_BRANCH=gsi +#RELEASE_BRANCH=gsi +RELEASE_BRANCH=testreleaseScript # name of git remote repo UPSTREAM=origin -- GitLab