Skip to content

Commit

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

> Note: This release has breaking changes.
- **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 (.*)'`
- `r'(fixup|squash)!'`
- `r'(Merged (.*?)(in|into) (.*)|Merged PR (.*): (.*))'`
- `r'Merge remote-tracking branch(\s*)(.*)'`
- `r'Automatic merge(.*)'`
- `r'Auto-merged (.*?) into (.*)'`

## 0.5.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.5.0
version: 0.6.0-pre.0
homepage: https://github.com/hyiso/commitlint
documentation: https://hyiso.github.io/commitlint

Expand Down

0 comments on commit 6119f51

Please sign in to comment.