mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
docs: Order of arguments in pathSemanticCommitType description (#28258)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
parent
e155173f30
commit
867471a528
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ export const presets: Record<string, Preset> = {
|
|||
},
|
||||
pathSemanticCommitType: {
|
||||
description:
|
||||
'Use semanticCommitType `{{arg0}}` for all package files matching path `{{arg1}}`.',
|
||||
'Use semanticCommitType `{{arg1}}` for all package files matching path `{{arg0}}`.',
|
||||
packageRules: [
|
||||
{
|
||||
matchFileNames: ['{{arg0}}'],
|
||||
|
|
Loading…
Reference in a new issue