UNPKG

@digitalroute/cz-conventional-changelog-for-jira

Version:

Commitizen adapter following the conventional-changelog format and also asking for JIRA issue.

7 lines (5 loc) 177 B
var engine = require('./engine'); var defaults = require('./defaults'); module.exports = function(overridenOptions) { return engine({ ...defaults, ...overridenOptions }); };