Skip to content

Latest commit

 

History

History
140 lines (86 loc) · 3.09 KB

CHANGELOG.rst

File metadata and controls

140 lines (86 loc) · 3.09 KB

commit-msg-jira-hook Change Log

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.

v1.0.0 (2022-07-12)

Bugfixes

  • 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.

v0.7.1 (2020-08-17)

Bugfixes

  • Fixed need for .jira.ini file even when --no-verify is set. #13

Documentation

  • Updated README format and content to be better understandable. #14

v0.7.0 (2020-08-14)

New Features

  • Added prepare-commit-msg hook to add JIRA tag from branch name. #9
  • Added default stages for both hooks. #11

Documentation

  • Update README with new hook and default stages. #12

Miscellaneous

  • Updated tools used for development. #10

v0.6.1 (2020-05-22)

Miscellaneous

  • 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.

v0.6.0 (19.05.2020)

  • Switched from setuptools to poetry
  • Updated Readme

v0.5.0 (11.05.2020)

  • Added "--verify" switch #1
  • Improved error message for missing tag or tag-number #2
  • Fixed link in changelog for v0.4.0
  • Updated Readme

v0.4.0 (25.04.2020)

  • Rewrote script as click command
  • Updated Readme

v0.3.0 (05.03.2020)

  • Improved output for missing keys in ini files
  • Fixed CHANGELOG.rst

v0.2.0 (06.02.2020)

  • Split content of jira.ini file into two files

v0.1.0 (05.02.2020)

  • Initial release