We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4973e9d commit 0edf4c8Copy full SHA for 0edf4c8
packages/commitlint-config-wizardoc/src/constants.ts
@@ -22,6 +22,7 @@ export enum CommitType {
22
CHORE = "Chore",
23
PERF = "Perf",
24
DOC = "Doc",
25
+ RELEASE = "Release",
26
}
27
28
export const CONVERSION_MATCH_REGEX = /^(.?)\[(\w+?)(?:\:\:(\w*))?\]\s(.*)$/;
0 commit comments