Skip to content

Commit

Permalink
Add ValidateChangelogFormat to githooksrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 11, 2015
1 parent 731c5df commit b949efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooksrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
force_plugins = PerlCompile, PerlCritic, ValidatePODFormat, BlockNOCOMMIT, PrependTicketID, RequireCommitMessage
force_plugins = PerlCompile, PerlCritic, ValidatePODFormat, BlockNOCOMMIT, PrependTicketID, RequireCommitMessage, ValidateChangelogFormat
project_prefixes = GH
extract_ticket_id_from_branch = /^($project_prefixes\d+)/
normalize_branch_ticket_id = s/^(.*?)(\d+)$/\U$1-$2/
Expand Down

0 comments on commit b949efc

Please sign in to comment.