Skip to content

Commit 82a6c84

Browse files
committed
feat: Add a few more aliasses for prefixing commits
1 parent 63ed515 commit 82a6c84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
export default {
22
major: [
3-
/^breaking(?: change)?:/i
3+
/^major:/i,
4+
/^breaking(?: change)?:/i,
45
],
56
minor: [
7+
/^minor:/i,
68
/^feat(?:ure)?:/i
79
],
810
patch: [
9-
/^(?:fix|patch):/i
11+
/^patch:/i,
12+
/^fix:/i
1013
]
1114
};

0 commit comments

Comments
 (0)