UNPKG

cz-conventional-changelog-for-jira-smart-commits

Version:

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

6 lines (4 loc) 119 B
var engine = require('./engine'); module.exports = function(overridenOptions) { return engine(overridenOptions); };