Skip to content

Commit

Permalink
Force version tags to have a matching entry in the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 19, 2015
1 parent bff0a01 commit 2830291
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .githooksrc
@@ -1,4 +1,4 @@
force_plugins = PerlCompile, PerlCritic, ValidatePODFormat, BlockNOCOMMIT, PrependTicketID, RequireCommitMessage, ValidateChangelogFormat
force_plugins = PerlCompile, PerlCritic, ValidatePODFormat, BlockNOCOMMIT, PrependTicketID, RequireCommitMessage, ValidateChangelogFormat, VersionTagsRequireChangelog
project_prefixes = GH
extract_ticket_id_from_branch = /^($project_prefixes\d+)/
normalize_branch_ticket_id = s/^(.*?)(\d+)$/\U$1-$2/
Expand All @@ -9,3 +9,6 @@ commit_prefix_format = /($ticket_id) /

[PerlCompile]
lib_paths = ./lib/

[VersionTagsRequireChangelog]
changelog_path = Changes

0 comments on commit 2830291

Please sign in to comment.