Skip to content

Commit eca1333

Browse files
committed
chore(release): release 0.3.0
1 parent 286d166 commit eca1333

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
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
112

123
> Note: This release has breaking changes.
134
145
- **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.
168
## 0.2.1+1
179

1810
- Update a dependency to the latest release.

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: commitlint_cli
22
description: Commitlint lint commit messages to satisfy conventional commit format
3-
version: 0.3.0-dev.2
3+
version: 0.3.0
44
homepage: https://github.com/hyiso/commitlint
5-
repository: https://github.com/hyiso/commitlint
65
documentation: https://hyiso.github.io/commitlint
76

87
environment:

0 commit comments

Comments
 (0)