cz-conventional-changelog-for-jira-smart-commits
Version:
Commitizen adapter following the conventional-changelog format and also asking for JIRA issue with Smart Commits.
15 lines (13 loc) • 334 B
JavaScript
var conventionalCommitTypes = require('./types');
var workflowTransitions = require('./workflows');
module.exports = {
types: conventionalCommitTypes,
jiraMode: true,
skipScope: false,
maxHeaderWidth: 72,
minHeaderWidth: 2,
maxLineWidth: 100,
jiraPrefix: 'AK',
jiraOptional: true,
workflows: workflowTransitions
};