Skip to content

Commit

Permalink
fix: skip both [ci skip] and [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 19, 2019
1 parent e4ba164 commit 64f827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ organize-commits() # $1 = diff_range, $2 = commit_types_csv

CHANGELOG[$type]="${CHANGELOG[$type]}- ${scope}${subject^}\n"
fi
done <<< `git log $1 --no-merges --oneline --pretty="$GCFMT" --grep "skip ci" --grep "StyleCI" --invert-grep`
done <<< `git log $1 --no-merges --oneline --pretty="$GCFMT" --grep "\[skip" --grep "skip\]" --grep "StyleCI" --invert-grep`
ORGANIZED=""
TYPES=(`echo ${2:-feat,fix,refactor,perf,docs,infra,chore} | tr ',' '\n'`)
Expand Down

0 comments on commit 64f827a

Please sign in to comment.