UNPKG

@jwpkg/gitversion

Version:

Gitversion is a complete customizable git-based release management system

7 lines (6 loc) 263 B
import { AzureDevopsPlugin } from './azure-devops'; import { GithubPlugin } from './github'; export * from './github'; export * from './azure-devops'; export * from './default'; export declare const gitPlugins: (typeof AzureDevopsPlugin | typeof GithubPlugin)[];