UNPKG

@wroud/git

Version:

A lightweight toolset for working with local git, including utilities for retrieving git commits and tags, ideal for CI/CD pipelines and automated release workflows.

7 lines 244 B
interface IGitGetLastTagOptions { to?: string; prefix?: string; } export declare function getGitLastSemverTag({ to, prefix, }?: IGitGetLastTagOptions): Promise<string | null>; export {}; //# sourceMappingURL=getGitLastSemverTag.d.ts.map