mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
The tags should be annotated if possible
This commit is contained in:
@@ -36,7 +36,7 @@ if [[ $tag_ref ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
git tag $tag
|
git tag -a $tag
|
||||||
git push --tags
|
git push --tags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user