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:
parent
19a484302d
commit
d896c33b0e
|
@ -49,7 +49,7 @@ export const COMMIT_TYPES: {[key: string]: CommitType} = {
|
||||||
build: {
|
build: {
|
||||||
name: 'build',
|
name: 'build',
|
||||||
description: 'Changes to local repository build system and tooling',
|
description: 'Changes to local repository build system and tooling',
|
||||||
scope: ScopeRequirement.Forbidden,
|
scope: ScopeRequirement.Optional,
|
||||||
},
|
},
|
||||||
ci: {
|
ci: {
|
||||||
name: 'ci',
|
name: 'ci',
|
||||||
|
|
Loading…
Reference in New Issue