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.

5 lines 211 B
import { defaultTagPrefix } from "./defaultTagPrefix.js"; export function getGitPrefixedTag(version, prefix = defaultTagPrefix) { return `${prefix}${version}`; } //# sourceMappingURL=getGitPrefixedTag.js.map