We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978b3a8 commit a7f1b1eCopy full SHA for a7f1b1e
README.md
@@ -82,13 +82,13 @@ jobs:
82
### `message`
83
84
- **Description**: check commit message formatting convention.
85
- - By default, the rule follows [conventional commits](https://www.conventionalcommits.org/).
+ - By default, the rule follows [Conventional Commits](https://www.conventionalcommits.org/).
86
- Default: `true`
87
88
### `branch`
89
90
- **Description**: check git branch naming convention.
91
- - By default, the rule follows [conventional branch](https://conventional-branch.github.io/).
+ - By default, the rule follows [Conventional Branch](https://conventional-branch.github.io/).
92
93
94
### `author-name`
0 commit comments