We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814d68e commit 426a2b0Copy full SHA for 426a2b0
run-tests.sh
@@ -18,6 +18,8 @@ check_commitlint () {
18
while IFS= read -r line; do
19
if echo "$line" | grep -qP "\(\#$pr\)$"; then
20
true
21
+ elif echo "$line" | grep -qP "^chore\(.*\): release"; then
22
+ true
23
else
24
echo "✖ Headline does not end by '(#$pr)' PR number: $line"
25
found=1
0 commit comments