diff --git a/.githooksrc b/.githooksrc index 995e85c..80d43f8 100644 --- a/.githooksrc +++ b/.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/ @@ -9,3 +9,6 @@ commit_prefix_format = /($ticket_id) / [PerlCompile] lib_paths = ./lib/ + +[VersionTagsRequireChangelog] +changelog_path = Changes