@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.
8 lines • 298 B
TypeScript
export * from "./IGitCommitInfo.js";
export * from "./IGitTrailer.js";
export * from "./getGitCommits.js";
export * from "./getGitLastSemverTag.js";
export * from "./getGitLastSemverTags.js";
export * from "./getGitPrefixedTag.js";
export * from "./IGitLink.js";
//# sourceMappingURL=index.d.ts.map