File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11name : commitlint_cli
22description : Commitlint lint commit messages to satisfy conventional commit format
3- version : 0.5 .0
3+ version : 0.6.0-pre .0
44homepage : https://github.com/hyiso/commitlint
55documentation : https://hyiso.github.io/commitlint
66
You can’t perform that action at this time.
0 commit comments