fix(dev-infra): set build commit message type to allow an optional scope (#38745)

Allow, optionally, a scope to be used with the build type commit message.

PR Close #38745
This commit is contained in:
Joey Perrott 2020-09-08 12:53:21 -07:00 committed by atscott
parent 19a484302d
commit d896c33b0e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export const COMMIT_TYPES: {[key: string]: CommitType} = {
build: {
name: 'build',
description: 'Changes to local repository build system and tooling',
scope: ScopeRequirement.Forbidden,
scope: ScopeRequirement.Optional,
},
ci: {
name: 'ci',