fix(dev-infra): add an upstream commit message type
- don't require a commit body for it
This commit is contained in:
parent
d870e5c309
commit
8b97de61f5
@ -6,7 +6,7 @@ import {CommitMessageConfig} from '../dev-infra/commit-message/config';
|
|||||||
export const commitMessage: CommitMessageConfig = {
|
export const commitMessage: CommitMessageConfig = {
|
||||||
maxLineLength: 120,
|
maxLineLength: 120,
|
||||||
minBodyLength: 20,
|
minBodyLength: 20,
|
||||||
minBodyLengthTypeExcludes: ['docs'],
|
minBodyLengthTypeExcludes: ['docs', 'upstream'],
|
||||||
types: [
|
types: [
|
||||||
'build',
|
'build',
|
||||||
'ci',
|
'ci',
|
||||||
@ -18,6 +18,7 @@ export const commitMessage: CommitMessageConfig = {
|
|||||||
'release',
|
'release',
|
||||||
'style',
|
'style',
|
||||||
'test',
|
'test',
|
||||||
|
'upstream',
|
||||||
],
|
],
|
||||||
scopes: [
|
scopes: [
|
||||||
'animations',
|
'animations',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user