UNPKG

@jwpkg/gitversion

Version:

Gitversion is a complete customizable git-based release management system

6 lines (5 loc) 173 B
import { GitVersionCommand } from './context'; export declare class ResetCommand extends GitVersionCommand { static paths: string[][]; execute(): Promise<number>; }