We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe08aa6 commit 473574dCopy full SHA for 473574d
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = commit-msg-regex-hook
3
-version = v0.2.0
+version = v0.2.2
4
author = David Tippett
5
description = Checks if commit message matches supplied regex
6
long_description = file: README.md
@@ -23,4 +23,4 @@ exclude = test*
23
24
[options.entry_points]
25
console_scripts =
26
- commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main
+ commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main
0 commit comments