Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6119f51

Browse files
committed
chore(release): pre release v0.6.0-pre.0
1 parent 6ca0b5a commit 6119f51

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.6.0-pre.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: Support ignores commit messages.
6+
7+
Default ignores patterns are:
8+
- `r'((Merge pull request)|(Merge (.*?) into (.*?)|(Merge branch (.*?)))(?:\r?\n)*$)'`
9+
- `r'(Merge tag (.*?))(?:\r?\n)*$'`
10+
- `r'(R|r)evert (.*)'`
11+
- `r'(fixup|squash)!'`
12+
- `r'(Merged (.*?)(in|into) (.*)|Merged PR (.*): (.*))'`
13+
- `r'Merge remote-tracking branch(\s*)(.*)'`
14+
- `r'Automatic merge(.*)'`
15+
- `r'Auto-merged (.*?) into (.*)'`
16+
117
## 0.5.0
218

319
> Note: This release has breaking changes.

‎pubspec.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: commitlint_cli
22
description: Commitlint lint commit messages to satisfy conventional commit format
3-
version: 0.5.0
3+
version: 0.6.0-pre.0
44
homepage: https://github.com/hyiso/commitlint
55
documentation: https://hyiso.github.io/commitlint
66

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /