You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fork of [cz-conventional-changelog-with-jiraid](https://github.com/commitizen/cz-conventional-changelog). Prompts for [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) standard with an extra step to insert Jira ID. Jira ID is auto-detected from your branch name by default.
6
+
A fork of [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog).
7
+
8
+
Prompts for [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) standard with an extra step to insert Jira ID. Jira ID is auto-detected from your branch name by default.
9
+
10
+
Jira ID in the format of /^[A-Z]+-[0-9]+\$/ will be automatically detected from the current branch name and be displayed as default at the prompt step. The step is optional so you can skip it if you do not have a Jira ID.
7
11
8
12
## Configuration
9
13
@@ -44,13 +48,13 @@ Like commitizen, you specify the configuration of cz-conventional-changelog thro
44
48
45
49
The following environment varibles can be used to override any default configuration or package.json based configuration.
46
50
47
-
* CZ_TYPE = defaultType
48
-
* CZ_SCOPE = defaultScope
49
-
* CZ_SUBJECT = defaultSubject
50
-
* CZ_BODY = defaultBody
51
-
* CZ_MAX_HEADER_WIDTH = maxHeaderWidth
52
-
* CZ_MAX_LINE_WIDTH = maxLineWidth
51
+
- CZ_TYPE = defaultType
52
+
- CZ_SCOPE = defaultScope
53
+
- CZ_SUBJECT = defaultSubject
54
+
- CZ_BODY = defaultBody
55
+
- CZ_MAX_HEADER_WIDTH = maxHeaderWidth
56
+
- CZ_MAX_LINE_WIDTH = maxLineWidth
53
57
54
58
### Commitlint
55
59
56
-
If using the [commitlint](https://github.com/conventional-changelog/commitlint) js library, the "maxHeaderWidth" configuration property will default to the configuration of the "header-max-length" rule instead of the hard coded value of 100. This can be ovewritten by setting the 'maxHeaderWidth' configuration in package.json or the CZ_MAX_HEADER_WIDTH environment variable.
60
+
If using the [commitlint](https://github.com/conventional-changelog/commitlint) js library, the "maxHeaderWidth" configuration property will default to the configuration of the "header-max-length" rule instead of the hard coded value of 100. This can be ovewritten by setting the 'maxHeaderWidth' configuration in package.json or the CZ_MAX_HEADER_WIDTH environment variable.
0 commit comments