conventional-changelog-techor
Version:
Beautiful changelog based on Techor's conventional commits
15 lines (14 loc) • 439 B
TypeScript
declare const _default: {
transform: (commit: any, context: any) => Promise<any>;
groupBy: string;
commitGroupsSort: (a: any, b: any) => 1 | -1;
commitsSort: string[];
noteGroupsSort: string;
notesSort: any;
mainTemplate: string;
commitPartial: string;
headerPartial: string;
footerPartial: string;
finalizeContext: (context: any, options: any, commits: any) => any;
};
export default _default;