-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cz-commitlint): fix minor formatting issues
This commit adds a space after the title before the skip message and removes the double colon in the `config-conventional` type of change prompt. For example (when using `@commitlint/config-conventional`), the following would previously be printed: ``` Select the type of change that you're committing:: feat What is the scope of this change (e.g. component or file name)(press enter to skip): (max 96 chars) ``` Now with this change: ``` Select the type of change that you're committing: feat What is the scope of this change (e.g. component or file name) (press enter to skip): (max 96 chars) ```
- Loading branch information
1 parent
15d3b9d
commit 99d8881
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters