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