Skip to content

Releases: opensource-nepal/commitlint

v1.2.0

30 Jul 13:58
99434be
Compare
Choose a tag to compare

1.2.0 (2024-07-24)

Features

Bug Fixes

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

v1.1.0

02 Jul 12:16
0d9c8d1
Compare
Choose a tag to compare

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)

v1.0.0

24 May 16:07
fd8a7ba
Compare
Choose a tag to compare

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)

v0.2.1

01 Feb 08:14
269941c
Compare
Choose a tag to compare
  • Updated Github actions name.
  • Updated documentation for Github actions and pre-commit hook.

v0.2.0

31 Jan 15:30
11f7b08
Compare
Choose a tag to compare

0.2.0

Beta/First Release

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