File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
- ## 0.3.0-dev.2
2
-
3
- - fix: commitlint.yaml is ignored
4
-
5
- ## 0.3.0-dev.1
6
-
7
- - Support ` DEBUG=true ` env to print verbose message
8
- - Some docs update
9
-
10
- ## 0.3.0-dev.0
1
+ ## 0.3.0
11
2
12
3
> Note: This release has breaking changes.
13
4
14
5
- ** BREAKING** ** REFACTOR** : Make all ` commitlint_* ` packages into one ` commitlint_cli ` package.
15
-
6
+ - Move ` package:commitlint_config/commitlint.yaml ` to ` package:commitlint_cli/commitlint.yaml ` .
7
+ - Support ` DEBUG=true ` env to print verbose message.
16
8
## 0.2.1+1
17
9
18
10
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : commitlint_cli
2
2
description : Commitlint lint commit messages to satisfy conventional commit format
3
- version : 0.3.0-dev.2
3
+ version : 0.3.0
4
4
homepage : https://github.com/hyiso/commitlint
5
- repository : https://github.com/hyiso/commitlint
6
5
documentation : https://hyiso.github.io/commitlint
7
6
8
7
environment :
You can’t perform that action at this time.
0 commit comments