Commit ddb1a131 authored by Stephan Korsholm's avatar Stephan Korsholm
Browse files

#29: Perform release for tags

Showing with 1 addition and 7 deletions
+1 -7
......@@ -17,12 +17,6 @@ if [ -z "$TAG" ]
then
echo "No tag. No release"
else
BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [[ "$BRANCH" == "master" ]]
then
release $TAG
else
echo "Not on master. No release (branch = $BRANCH)"
fi
release $TAG
fi
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment