feat(plugin-scaffolder-backend): add defaultCommitMessage config option

Signed-off-by: Andrew Ellis <awellis89@gmail.com>
This commit is contained in:
Andrew Ellis
2021-07-29 15:28:07 -06:00
parent c49b012d55
commit 6cf48c6098
12 changed files with 223 additions and 1 deletions
+4
View File
@@ -24,6 +24,10 @@ export interface Config {
name?: string;
email?: string;
};
/**
* The commit message used when new components are created.
*/
defaultCommitMessage?: string;
github?: {
[key: string]: string;
/**