Skip to content

Commit 2b8610d

Browse files
committed
docs: add CI badges
1 parent 3eca195 commit 2b8610d

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

readme.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
> Lint commit messages against your conventional-changelog ruleset and preset
1+
> Lint commit messages
22
3-
# conventional-changelog-lint
3+
# conventional-changelog-lint [![stability][0]][1]
44

5-
Lint your commit messages against defined rulesets.
6-
`conventional-changelog-lint` plays nice with `conventional-changelog`
7-
and takes cues from `eslint`, e.g. shareable configurations.
5+
[![npm version][6]][7] [![Travis branch][2]][3] [![AppVeyor branch][4]][5]
6+
7+
* 🚓 Enforce commit conventions
8+
* 🤖 Plays nice with `conventional-changelog`
9+
* 📦 Supports shareable configuration
810

911
## Installation
1012

@@ -231,3 +233,13 @@ atom commit guidelines
231233
Copyright 2016 by [Mario Nebl](https://github.com/marionebl)
232234
and [contributors](./graphs/contributors).
233235
Released under the [MIT license]('./license.md').
236+
237+
238+
[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
239+
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
240+
[2]: https://img.shields.io/travis/marionebl/conventional-changelog-lint/master.svg?style=flat-square
241+
[3]: https://travis-ci.org/marionebl/conventional-changelog-lint
242+
[4]: https://img.shields.io/appveyor/ci/marionebl/conventional-changelog-lint/master.svg?style=flat-square
243+
[5]: https://ci.appveyor.com/project/marionebl/conventional-changelog-lint
244+
[6]: https://img.shields.io/npm/v/conventional-changelog-lint.svg?style=flat-square
245+
[7]: https://npmjs.org/package/conventional-changelog-lint

0 commit comments

Comments
 (0)