Note
These changes are listed in decreasing version number order and not necessarily chronological. Version numbers follow the SemVer principle. See the tags on this repository for all available versions.
- Fixed bug where no jira tag was added when commiting without -m. #17
- Fixed bug where commit message with only comments was not counted as empty.
- Fixed need for .jira.ini file even when --no-verify is set. #13
- Updated README format and content to be better understandable. #14
- Added prepare-commit-msg hook to add JIRA tag from branch name. #9
- Added default stages for both hooks. #11
- Update README with new hook and default stages. #12
- Updated tools used for development. #10
- Added pytest tests with 100% coverage #3
- Added cielquan's default pre-commit config #4
- Added test automation with tox #5
- Added CI config to run tox in a pipeline #6
- Added towncrier for changelog updates #7
Note
Release notes below were written by hand prior usage of towncrier
.
- Switched from
setuptools
topoetry
- Updated Readme
- Added "--verify" switch #1
- Improved error message for missing tag or tag-number #2
- Fixed link in changelog for v0.4.0
- Updated Readme
- Rewrote script as click command
- Updated Readme
- Improved output for missing keys in ini files
- Fixed CHANGELOG.rst
- Split content of jira.ini file into two files
- Initial release