UNPKG

auto-version-tool

Version:

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

19 lines 603 B
import { RunOptions } from '../types/Config'; export declare class AutoVersionTool { private config; private gitService; private versionService; private changelogService; private configService; constructor(configPath?: string); run(options: RunOptions): Promise<void>; initConfig(): Promise<void>; showStatus(branch: string): Promise<void>; private parseCommits; private parseConventionalCommit; private determineVersionBump; private showPreview; private executeVersionBump; private executeHook; } //# sourceMappingURL=AutoVersionTool.d.ts.map