Skip to content

Commit

Permalink
Update example pre-publish-send-email hook script
Browse files Browse the repository at this point in the history
The naming prefixes has changed.  This patch has no impact since this
script is just an example, but keep it up-to-date for the sake of
completeness.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
  • Loading branch information
stefanha committed Jan 29, 2019
1 parent 96fd765 commit 728f031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-publish-send-email.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ check '^Subject: \[.*RH.*\]' 'missing RHEL/RHEV/RHV tag in Subject: line'
check '^Subject: \[.*qemu-kvm.*\]' 'missing qemu-kvm/qemu-kvm-rhev tag in Subject: line'
check '^\(Bugzilla\|BZ\): ' 'missing Bugzilla: header in cover letter'
check '^\(Brew\|BREW\): ' 'missing Brew: header in cover letter'
check '^Upstream: ' 'missing Upstream: header in cover letter'
check '^\(Upstream\|UPSTREAM\): ' 'missing Upstream: header in cover letter'

0 comments on commit 728f031

Please sign in to comment.