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

10 lines
132 B
JavaScript

'use strict'
module.exports = {
headerPattern: /^(\w*): (.*)$/,
headerCorrespondence: [
'component',
'shortDesc'
]
}