|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 1.0.0 (2024年05月15日) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add fail_on_error github action parameter ([00bf73f](https://github.com/opensource-nepal/commitlint/commit/00bf73fef7120ceb335dc9ef84a4390a2d1ccb59)) |
| 9 | +* added commitlint cli and pre-commit hooks ([60d361a](https://github.com/opensource-nepal/commitlint/commit/60d361a2d36a181c930ee870cea57fcfa614683a)) |
| 10 | +* added error annotation on github actions ([830de67](https://github.com/opensource-nepal/commitlint/commit/830de67d92356085663cd23e5e79c1522b23901e)) |
| 11 | +* added strict regex for validation and ignored auto commits ([d092c97](https://github.com/opensource-nepal/commitlint/commit/d092c97235bcbfc8d1117ae7f96799fd6ef684a9)) |
| 12 | +* added support for github actions ([34b717a](https://github.com/opensource-nepal/commitlint/commit/34b717acba736b4d5d58cf5cd2ff40a3df02b658)) |
| 13 | +* added support for hash, from-hash, and to-hash argument [#6](https://github.com/opensource-nepal/commitlint/issues/6) ([11e20dd](https://github.com/opensource-nepal/commitlint/commit/11e20ddde66ebfe56a15b04c756f3b45297d6782)) |
| 14 | +* **cli:** added the quiet option in cli ([b1778c8](https://github.com/opensource-nepal/commitlint/commit/b1778c8dead03eaba7625c67f741e185be19ea49)) |
| 15 | +* enhanced error message ([9a8c081](https://github.com/opensource-nepal/commitlint/commit/9a8c08173abd3086d14fe4142736d9bfb93ef08f)) |
| 16 | +* show version info [#13](https://github.com/opensource-nepal/commitlint/issues/13) ([0a5f9c1](https://github.com/opensource-nepal/commitlint/commit/0a5f9c1e29b8a7beaf4a9a5ce1991935f84e9c7d)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* updated github actions name and readme docs for version info ([f81c9b5](https://github.com/opensource-nepal/commitlint/commit/f81c9b5c68962e412234e910879b507788a9f3d7)) |
| 22 | + |
3 | 23 | ## 0.2.1 |
4 | 24 |
|
5 | 25 | - Update Github actions name. |
|
0 commit comments