1
0
forked from VimPlug/jedi

The tags should be annotated if possible

This commit is contained in:
Dave Halter
2017-12-30 14:05:14 +01:00
parent b5e0df0e8c
commit 9b1d3ff207

View File

@@ -36,7 +36,7 @@ if [[ $tag_ref ]]; then
exit 1
fi
else
git tag $tag
git tag -a $tag
git push --tags
fi