Skip to content

Commit

Permalink
chore(release): pre release 0.4.0-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Mar 28, 2023
1 parent a2d84ca commit a22cbfb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.4.0-pre.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: remove `--version`
- **BREAKING** **FEAT**: Replace support of `DEBUG=true` env to `VERBOSE=true` by using package [`verbose`](https://pub.dev/packages/verbose).
- Fix parse `!` like `feat!:subject`.
- Fix parse Merge commit.

## 0.3.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: commitlint_cli
description: Commitlint lint commit messages to satisfy conventional commit format
version: 0.3.0
version: 0.4.0-pre.0
homepage: https://github.com/hyiso/commitlint
documentation: https://hyiso.github.io/commitlint

Expand Down

0 comments on commit a22cbfb

Please sign in to comment.