conventional-changelog-action/node_modules/conventional-changelog-jshint/parser-opts.js

11 lines
166 B
JavaScript

'use strict'
module.exports = {
headerPattern: /^\[\[(.*)]] (.*)$/,
headerCorrespondence: [
'type',
'shortDesc'
],
noteKeywords: 'BREAKING CHANGE'
}