Commit 92b608a2 authored by Claudio Valerio's avatar Claudio Valerio

little cosmetics

parent c4f883cd
......@@ -206,7 +206,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 "Generating setup for v$VERSION"
git tag -a "v$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