We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6119f51 commit bddeefbCopy full SHA for bddeefb
2 files changed
CHANGELOG.md
@@ -1,10 +1,8 @@
1
-## 0.6.0-pre.0
+## 0.6.0
2
3
> Note: This release has breaking changes.
4
5
-- **BREAKING** **FEAT**: Support ignores commit messages.
6
-
7
-Default ignores patterns are:
+- **BREAKING** **FEAT**: Support ignores commit messages. 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 (.*)'`
pubspec.yaml
@@ -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
0 commit comments