We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8207f1 commit af15b3aCopy full SHA for af15b3a
1 file changed
makefile
@@ -31,7 +31,7 @@ commit: ## Uses staged files and some questions to help you write commit message
31
git status --short | grep '^[MARCDT]' && \
32
echo "${RESET}" && \
33
export PS3="${BLUE}Tag? ${RESET}" && \
34
- export tags=(fix docs feat refactor test build chore) && \
+ export tags=(chore feat fix refactor perf style doc test ci build revert) && \
35
select tag in "$${tags[@]}"; do \
36
if [[ " $${tags[@]} " =~ " $$tag " ]]; then \
37
export TAG=$$tag && break; \
@@ -60,4 +60,4 @@ commit: ## Uses staged files and some questions to help you write commit message
60
echo "${RESET}$${BODY}" && \
61
echo "" && \
62
eval "$$COMMIT_CMD"; \
63
- fi
+ fi
0 commit comments