Skip to content

Commit ac7f7a7

Browse files
docs: document new cz-customizable-ghooks
new option is appendBranchNameToCommitMessage
1 parent 7a356ed commit ac7f7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Here are the options you can set in your `.cz-config.js`:
7272
```
7373
* allowCustomScopes: {boolean, default false}: adds the option `custom` to scope selection so you can still typea scope if you need.
7474
* allowBreakingChanges: {Array of Strings: default none}. List of commit types you would like to the question `breaking change` prompted. Eg.: ['feat', 'fix']
75-
75+
* appendBranchNameToCommitMessage: If you use `cz-customizable` with `cz-customizable-ghooks`, you can get the branch name automatically appended to the commit message. This is done by a commit hook on `cz-customizable-ghooks`. This option has been added on `cz-customizable-ghooks`, v1.3.0. Default value is `true`.
7676

7777
## Related tools:
7878
- (https://github.com/commitizen/cz-cli)

0 commit comments

Comments
 (0)