mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
feat(cli): support release commit type (#8957)
This commit is contained in:
parent
9040bfd77c
commit
2a6ca48197
@ -1,7 +1,7 @@
|
||||
import { readFileSync } from 'fs-extra';
|
||||
import { consola } from '../common/logger';
|
||||
|
||||
const commitRE = /^(revert: )?(fix|feat|docs|perf|test|types|style|build|chore|refactor|breaking change)(\(.+\))?: .{1,50}/;
|
||||
const commitRE = /^(revert: )?(fix|feat|docs|perf|test|types|style|build|chore|release|refactor|breaking change)(\(.+\))?: .{1,50}/;
|
||||
const mergeRE = /Merge /;
|
||||
|
||||
export function commitLint(gitParams: string) {
|
||||
@ -28,6 +28,7 @@ Allowed Types:
|
||||
- types
|
||||
- build
|
||||
- chore
|
||||
- release
|
||||
- refactor
|
||||
- breaking change
|
||||
- Merge branch 'foo' into 'bar'
|
||||
|
Loading…
x
Reference in New Issue
Block a user