diff --git a/config/git.ts b/config/git.ts index edaa7369bf..9dd06c861e 100644 --- a/config/git.ts +++ b/config/git.ts @@ -16,4 +16,4 @@ export const hooks: GitHooks = { * category of commits that share commonalities. Feel free to edit this * list to your needs as your scopes may be project-specific. */ -export const scopes = ['', 'ci', 'core', 'config', 'deps', 'docs', 'dx', 'example', 'release', 'readme', 'build'] +export const scopes = ['', 'ci', 'core', 'config', 'deps', 'docs', 'dx', 'example', 'release', 'readme', 'build', 'scripts']