Releases: Cielquan/commit-msg-jira-hook
Releases · Cielquan/commit-msg-jira-hook
v1.1.2
Fix jira_commit_msg
not working properly, because of a code snippet which should have been replaced was still present.
v1.1.1
Now all occurrences of the tag found in the commit message are checked in an iteration, until one is a fullmatch.
v1.1.0
- Add
--front/--end
options to jira_prepare_commit_msg
hook
v0.7.1
update version in examples
v0.6.0
- Switched from
setuptools
to poetry
535eb19
- Updated Readme
v0.5.0
- Added "--verify" switch (issue #1) b338108
- Improved error message for missing tag or tag-number (issue #2) 4669083
- Fixed link in changelog for v0.4.0 bac155f
- Updated Readme