Skip to content

Commit

Permalink
Internal: Add Release as a subject match for commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Aug 19, 2017
1 parent 44a0530 commit 6cc871c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maintainerd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pullRequest:
commit:
subject:
mustHaveLengthBetween: [8, 72]
mustMatch: !!js/regexp /^(Fix|Enhancement|Feature|Internal|Other):\s.*/
mustMatch: !!js/regexp /^(Fix|Enhancement|Feature|Internal|Other|Release):\s.*/
mustNotMatch: !!js/regexp /^fixup!/
message:
enforceEmptySecondLine: true
Expand Down

0 comments on commit 6cc871c

Please sign in to comment.