Skip to content

Commit

Permalink
docs: use enabled instead of true for semanticCommits config (#8835)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Feb 24, 2021
1 parent 76d0d42 commit bbeda09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,7 @@ If you wish to change it to something else like "ci" then it will look like `"ci

If you are using a semantic prefix for your commits, then you will want to enable this setting.
Although it's configurable to a package-level, it makes most sense to configure it at a repository level.
If configured to `true`, then the `semanticCommitScope` and `semanticCommitType` fields will be used for each commit message and PR title.
If configured to `enabled`, then the `semanticCommitScope` and `semanticCommitType` fields will be used for each commit message and PR title.

However, please note that Renovate will autodetect if your repository is already using semantic commits or not and follow suit, so you only really need to configure this if you wish to _override_ Renovate's autodetected setting.

Expand Down

0 comments on commit bbeda09

Please sign in to comment.