From 6119f51ad29a082f8ff84372b4263e63942de636 Mon Sep 17 00:00:00 2001 From: hyiso Date: Sun, 16 Jul 2023 12:07:45 +0800 Subject: [PATCH] chore(release): pre release v0.6.0-pre.0 --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7711c66..10655c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index a8deabb..451102f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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