Skip to content

Commit

Permalink
chore(NORELEASE): Add "security" category to semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Apr 2, 2022
1 parent 1275cee commit 7e7b7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lint: fail-on-errors
vet: ERRORS=$(shell go vet)
vet: fail-on-errors

semantic: REGEX:="^(feat|fix|docs|style|refactor|test|chore|localize)(\([a-zA-Z0-9\/_-]+\))?: [a-zA-Z]"
semantic: REGEX:="^(feat|fix|docs|style|refactor|test|chore|localize|security)(\([a-zA-Z0-9\/_-]+\))?: [a-zA-Z]"
semantic:
@if [[ -n "${RANGE}" ]]; then \
git log --pretty="format:%s" ${RANGE} | egrep -v "(Merge pull request|Merge branch)" \
Expand Down

0 comments on commit 7e7b7f5

Please sign in to comment.