mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
docs: link to more information on configurations
This commit is contained in:
parent
a23ae3cf6e
commit
4874b95858
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ Default: `commitlint.config.js`
|
|||
|
||||
If the config file doesn't exist, [config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) settings will be loaded as a default fallback.
|
||||
|
||||
Details on the configuration file can be found on [the commitlint website](https://commitlint.js.org/#/reference-configuration).
|
||||
|
||||
### `firstParent`
|
||||
|
||||
When set to true, we follow only the first parent commit when seeing a merge commit.
|
||||
|
|
|
|||
Loading…
Reference in a new issue