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 83d69978fd
commit 2ea49c7add

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',