Commit ed075924 authored by Claudio Valerio's avatar Claudio Valerio

added prefix to distiguish open board tags

parent da5062fb
......@@ -214,7 +214,7 @@ else
LAST_COMMITED_VERSION="`git describe $(git rev-list --tags --max-count=1)`"
if [ "v$VERSION" != "$LAST_COMMITED_VERSION" ]; then
if [ $MAKE_TAG == true ]; then
git tag -a "v$VERSION" -m "OpenBoard setup for v$VERSION"
git tag -a "OBv$VERSION" -m "OpenBoard setup for v$VERSION"
git push origin --tags
fi
fi
......
Markdown is supported
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