UNPKG

bumper-cli

Version:

🚀 A magical release management system with beautiful changelogs and automated workflows

24 lines • 705 B
#!/usr/bin/env node interface BulkFormatOptions { range?: string; dryRun?: boolean; interactive?: boolean; } interface LineInSandOptions { startDate?: string; startCommit?: string; tag?: string; force?: boolean; } export declare const analyzeLegacyCommits: (options: { range?: string; output?: string; }) => Promise<void>; export declare const migrateLegacyProject: (options: { force?: boolean; startDate?: string; }) => Promise<void>; export declare const bulkFormatCommits: (options: BulkFormatOptions) => Promise<void>; export declare const drawLineInSand: (options: LineInSandOptions) => Promise<void>; export {}; //# sourceMappingURL=legacySupport.d.ts.map