UNPKG

@robotical/martyblocks

Version:
18 lines (15 loc) 416 B
'use strict' function createParserOpts () { return { headerPattern: /^(\w*)(?:\((.*)\))?: (.*)$/, headerCorrespondence: [ 'type', 'scope', 'subject' ], noteKeywords: ['BREAKING CHANGE'], revertPattern: /^(?:Revert|revert:)\s"?([\s\S]+?)"?\s*This reverts commit (\w*)\./i, revertCorrespondence: ['header', 'hash'] } } module.exports.createParserOpts = createParserOpts