Skip to content

Commit cf7d5f5

Browse files
committed
fix: Restored the BLUE preset
1 parent 7c9f039 commit cf7d5f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conventional-pre-commit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
# Define Color Codes
44
RESTORE='\033[0m'
5+
BLUE='\033[00;34m'
56
YELLOW='\033[00;33m'
67
LRED='\033[01;31m'
78

89

10+
911
# list of Conventional Commits types
1012
cc_types=("feat" "fix")
1113
default_types=("build" "chore" "ci" "docs" "${cc_types[@]}" "perf" "refactor" "revert" "style" "test")

0 commit comments

Comments
 (0)