conventional-changelog-action/test-changelog.config.js

9 lines
225 B
JavaScript

'use strict'
const config = require('conventional-changelog-conventionalcommits');
module.exports = config({
"types": [
{ type: 'feat', section: 'New Features' },
{ type: 'fix', section: 'Bugs' }
]
})