Skip to content
Snippets Groups Projects
Commit 5b429a92 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Fix in release script

parent a6f8b88b
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ case $REPLY in
echo "--> $GIT_COMMAND merge --no-ff $RELEASE_BRANCH_NAME -m \"Merge $BA_VERSION\""
$GIT_COMMAND merge --no-ff $RELEASE_BRANCH_NAME -m "Merge $BA_BERSION"
echo "--> $GIT_COMMAND tag -a $BA_VERSION -m \"Release $BA_VERSION\"""
echo "--> $GIT_COMMAND tag -a $BA_VERSION -m \"Release $BA_VERSION\""
$GIT_COMMAND tag -a $BA_VERSION -m "Release $BA_VERSION"
#echo "--> $GIT_COMMAND push"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment