yaclt
Version:
Yet Another Change Log Tool
14 lines • 457 B
TypeScript
import { Hook } from "../utils/hook-handler";
import { ActionOptions } from "./action-options";
export interface ActionNewOptions extends ActionOptions {
changeType: string;
issueId?: string;
gitBranchFormat?: string;
message?: string;
edit: boolean;
preNew?: Hook;
postNew?: Hook;
entryFileName?: string;
}
export declare const ActionNew: (argv: ActionNewOptions) => Promise<Promise<void>>;
//# sourceMappingURL=new.d.ts.map