UNPKG

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

Version:

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

21 lines (19 loc) 439 B
var conventionalCommitTypes = require('./types'); module.exports = { types: conventionalCommitTypes, jiraMode: true, skipScope: true, skipType: false, skipDescription: false, skipBreaking: false, customScope: false, maxHeaderWidth: 72, minHeaderWidth: 2, maxLineWidth: 100, jiraPrefix: 'DAZ', jiraOptional: false, jiraLocation: 'pre-description', jiraPrepend: '', jiraAppend: '', exclamationMark: false };