Skip to content

Commit 413601f

Browse files
authored
fix: small readme fix (#80)
CZ_JIRA_PREFIX had 'will be' twice.
1 parent a97a2e9 commit 413601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Like commitizen, you can specify the configuration of cz-conventional-changelog-
6161
| CZ_BODY | defaultBody | undefined | A default body. |
6262
| CZ_ISSUES | defaultIssues | undefined | A default issue. |
6363
| CZ_JIRA_OPTIONAL | jiraOptional | false | If this is set to true, you can leave the JIRA field blank. |
64-
| CZ_JIRA_PREFIX | jiraPrefix | "DAZ" | If this is set it will be will be displayed as the default JIRA ticket prefix |
64+
| CZ_JIRA_PREFIX | jiraPrefix | "DAZ" | If this is set it will be displayed as the default JIRA ticket prefix |
6565
| CZ_JIRA_LOCATION | jiraLocation | "pre-description" | Changes position of JIRA ID. Options: `pre-type`, `pre-description`, `post-description`, `post-body` |
6666
| CZ_JIRA_PREPEND | jiraPrepend | "" | Prepends JIRA ID with an optional decorator. e.g.: `[DAZ-1234` |
6767
| CZ_JIRA_APPEND | jiraAppend | "" | Appends JIRA ID with an optional decorator. e.g.: `DAZ-1234]` |

0 commit comments

Comments
 (0)