Skip to content

Commit ce3aa3d

Browse files
committed
feat: add example/README.md and publish v0.4.1
1 parent 625e05f commit ce3aa3d

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1
2+
3+
- Add exmaple README.md
4+
15
## 0.4.0
26

37
> Note: This release has breaking changes.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![CI](https://github.com/hyiso/commitlint/actions/workflows/ci.yml/badge.svg)](https://github.com/hyiso/commitlint/actions/workflows/ci.yml)
77

88
> Dart version commitlint - A tool to lint commit messages. (Inspired by JavaScript [commitlint](https://github.com/conventional-changelog/commitlint))
9-
> Dart version commitlint cli (known in JavaScript comunity)
109
1110
commitlint lint commit messages to satisfy [conventional commit format](https://www.conventionalcommits.org/)
1211

example/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: commitlint_cli
22
description: Commitlint lint commit messages to satisfy conventional commit format
3-
version: 0.4.0
3+
version: 0.4.1
44
homepage: https://github.com/hyiso/commitlint
55
documentation: https://hyiso.github.io/commitlint
66

0 commit comments

Comments
 (0)