Skip to content

Latest commit

 

History

History
70 lines (35 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

70 lines (35 loc) · 3.28 KB

CHANGELOG

1.3.0 (2024-08-30)

Features

  • enhanced actions logging with clear annotations (#61) (7f72e91)

Bug Fixes

  • fix major version tag fetch on pre-commit autoupdate (#65) (dffb36b)

1.2.0 (2024-07-24)

Features

Bug Fixes

  • handle commit message starting with # (#59) (ea7683f)

1.1.0 (2024-07-02)

Features

  • support pull_request_target events (#52) (62e1128)

Bug Fixes

  • security updates on commitlint action and workflows (#48) (b98c73f)

1.0.0 (2024-05-24)

Features

  • Add fail_on_error github action parameter (00bf73f)
  • add verbose option (4ec08c1)
  • added error annotation on github actions (830de67)
  • cli: added the quiet option in cli (b1778c8)
  • enhanced error message (9a8c081)
  • show version info #13 (0a5f9c1)

Bug Fixes

  • handle the file not found error gracefully (#46) (6c5a65c)

Documentation

  • update usage information for v1 (03d7b5b)

0.2.1

  • Update Github actions name.
  • Updated documentations for Github actions and pre-commit hook.

0.2.0

  • Created commitlint CLI.
  • Created pre-commit configuration for commit-msg hook.
  • Created support for Github Actions.