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 248 B
interface IGitGetLastTagsOptions { to?: string; prefix?: string; } export declare function getGitLastSemverTags({ to, prefix, }?: IGitGetLastTagsOptions): AsyncGenerator<string>; export {}; //# sourceMappingURL=getGitLastSemverTags.d.ts.map