UNPKG

conventional-changelog-techor

Version:

Beautiful changelog based on Techor's conventional commits

14 lines (13 loc) 306 B
declare const _default: { parserOpts: { headerPattern: RegExp; headerCorrespondence: string[]; revertPattern: RegExp; revertCorrespondence: string[]; }; whatBump: (commits: any) => { level: any; reason: string; }; }; export default _default;