Skip to content

Commit

Permalink
chore(release): release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Jul 17, 2023
1 parent 6119f51 commit bddeefb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## 0.6.0-pre.0
## 0.6.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: Support ignores commit messages.

Default ignores patterns are:
- **BREAKING** **FEAT**: Support ignores commit messages. Default ignores patterns are:
- `r'((Merge pull request)|(Merge (.*?) into (.*?)|(Merge branch (.*?)))(?:\r?\n)*$)'`
- `r'(Merge tag (.*?))(?:\r?\n)*$'`
- `r'(R|r)evert (.*)'`
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.6.0-pre.0
version: 0.6.0
homepage: https://github.com/hyiso/commitlint
documentation: https://hyiso.github.io/commitlint

Expand Down

0 comments on commit bddeefb

Please sign in to comment.