Skip to content

relizy / tagExists

Function: tagExists()

tagExists(tag, cwd?): Promise<boolean>

Defined in: src/core/git-refs.ts:76

Returns true when a tag with the given name exists locally.

Parameters

tag

string

cwd?

string

Returns

Promise<boolean>

Released under the MIT License.