Releases: opensource-nepal/commitlint
Releases · opensource-nepal/commitlint
v1.3.0
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)
v1.2.0
1.2.0 (2024-07-24)
Features
Bug Fixes
- handle commit message starting with # (#59) (ea7683f)
v1.1.0
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
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
- Updated Github actions name.
- Updated documentation for Github actions and pre-commit hook.
v0.2.0
0.2.0
Beta/First Release
- Created commitlint CLI.
- Created pre-commit configuration for
commit-msg
hook.
- Created support for Github Actions.