Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.1"}
{".":"1.0.0"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## [1.0.0](https://github.com/opensource-nepal/commitlint/compare/v0.2.1...v1.0.0) (2024-05-24)


### Features

* Add fail_on_error github action parameter ([00bf73f](https://github.com/opensource-nepal/commitlint/commit/00bf73fef7120ceb335dc9ef84a4390a2d1ccb59))
* add verbose option ([4ec08c1](https://github.com/opensource-nepal/commitlint/commit/4ec08c1cd2f22a67bbfa1fc9ef490ca7f5b1800e))
* added error annotation on github actions ([830de67](https://github.com/opensource-nepal/commitlint/commit/830de67d92356085663cd23e5e79c1522b23901e))
* **cli:** added the quiet option in cli ([b1778c8](https://github.com/opensource-nepal/commitlint/commit/b1778c8dead03eaba7625c67f741e185be19ea49))
* enhanced error message ([9a8c081](https://github.com/opensource-nepal/commitlint/commit/9a8c08173abd3086d14fe4142736d9bfb93ef08f))
* show version info [#13](https://github.com/opensource-nepal/commitlint/issues/13) ([0a5f9c1](https://github.com/opensource-nepal/commitlint/commit/0a5f9c1e29b8a7beaf4a9a5ce1991935f84e9c7d))


### Bug Fixes

* handle the file not found error gracefully ([#46](https://github.com/opensource-nepal/commitlint/issues/46)) ([6c5a65c](https://github.com/opensource-nepal/commitlint/commit/6c5a65c222963f713379739f57273b82cac1a0b0))


### Documentation

* update usage information for v1 ([03d7b5b](https://github.com/opensource-nepal/commitlint/commit/03d7b5ba370532f39b42ae9f2148f7ed08cbb826))

## 0.2.1

- Update Github actions name.
Expand Down
2 changes: 1 addition & 1 deletion src/commitlint/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
NOTE: The version is auto-updated by release-please action.
"""

__version__ = "0.2.1" # x-release-please-version
__version__ = "1.0.0" # x-release-please-version