mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
build: update allowed commit type
This commit is contained in:
parent
d51378a994
commit
e20445a519
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
"ci",
|
||||
"docs",
|
||||
"feat",
|
||||
"enhance",
|
||||
"impr",
|
||||
"fix",
|
||||
"perf",
|
||||
"refactor",
|
||||
|
@ -44,9 +44,9 @@ module.exports = {
|
|||
title: "Features",
|
||||
emoji: "✨",
|
||||
},
|
||||
enhance: {
|
||||
description: "Enhancements to existing features",
|
||||
title: "Enhancements",
|
||||
impr: {
|
||||
description: "Improvements to an existing feature",
|
||||
title: "Improvements",
|
||||
emoji: "👌",
|
||||
},
|
||||
fix: {
|
||||
|
|
Loading…
Reference in a new issue