Skip to content

Commit

Permalink
⚡️(gitlint) allow greenkeeper fix commits
Browse files Browse the repository at this point in the history
Following the semver convention, when greenkeeper upgrades the patch
version, its git commit title starts with fix (and not chore).
  • Loading branch information
jmaupetit committed Jun 11, 2018
1 parent c5d9721 commit d6e777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ words=wip
[ignore-by-title]
# Allow empty body & wrong title pattern only when bots (pyup/greenkeeper)
# upgrade dependencies
regex=^(⬆️.*|Update (.*) from (.*) to (.*)|chore\(package\): update .*)$
regex=^(⬆️.*|Update (.*) from (.*) to (.*)|(chore|fix)\(package\): update .*)$
ignore=B6,UC1

# [ignore-by-body]
Expand Down

0 comments on commit d6e777c

Please sign in to comment.