Skip to content

Commit 0edf4c8

Browse files
committed
[Feat] add release type
1 parent 4973e9d commit 0edf4c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/commitlint-config-wizardoc/src/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export enum CommitType {
2222
CHORE = "Chore",
2323
PERF = "Perf",
2424
DOC = "Doc",
25+
RELEASE = "Release",
2526
}
2627

2728
export const CONVERSION_MATCH_REGEX = /^(.?)\[(\w+?)(?:\:\:(\w*))?\]\s(.*)$/;

0 commit comments

Comments
 (0)