UNPKG

@auto-canary/git-tag

Version:

Manage your projects version through just a git tag

9 lines 320 B
import { Auto, IPlugin } from '@auto-it/core'; /** Manage your projects version through just a git tag. */ export default class GitTagPlugin implements IPlugin { /** The name of the plugin */ name: string; /** Tap into auto plugin points. */ apply(auto: Auto): void; } //# sourceMappingURL=index.d.ts.map