UNPKG

auto-version-tool

Version:

根据git commit历史自动修改版本号并生成changelog的CLI工具 (Automatically bump version & generate changelog based on git commits)

10 lines 488 B
export { AutoVersionTool } from './core/AutoVersionTool'; export { GitService } from './services/GitService'; export { VersionService } from './services/VersionService'; export { ChangelogService } from './services/ChangelogService'; export { ConfigService } from './services/ConfigService'; export { CommitParser } from './utils/CommitParser'; export { FileUtils } from './utils/FileUtils'; export * from './types/Config'; export * from './types/Git'; //# sourceMappingURL=index.d.ts.map