Checks whether a given Git tag exists.
This method:
The tag name to check.
true if the tag exists, otherwise false.
true
false
await hasTag("v0.3.0");// trueawait hasTag("v9.9.9");// false Copy
await hasTag("v0.3.0");// trueawait hasTag("v9.9.9");// false
1.0.0
Checks whether a given Git tag exists.
This method: