Skip to content
Snippets Groups Projects
Commit d65fd4a9 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: deprecate yarnrc

parent 9e647bf1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ export async function validateConfig(
branchName: `Direct editing of branchName is now deprecated. Please edit branchPrefix, additionalBranchPrefix, or branchTopic instead`,
commitMessage: `Direct editing of commitMessage is now deprecated. Please edit commitMessage's subcomponents instead.`,
prTitle: `Direct editing of prTitle is now deprecated. Please edit commitMessage subcomponents instead as they will be passed through to prTitle.`,
yarnrc:
'Use of `yarnrc` in config is deprecated. Please commit it to your repository instead.',
};
return deprecatedOptions[option];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment