File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
- > Lint commit messages against your conventional-changelog ruleset and preset
1
+ > Lint commit messages
2
2
3
- # conventional-changelog-lint
3
+ # conventional-changelog-lint [ ![ stability ] [ 0 ]] [ 1 ]
4
4
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
8
10
9
11
## Installation
10
12
@@ -231,3 +233,13 @@ atom commit guidelines
231
233
Copyright 2016 by [Mario Nebl](https://github.com/marionebl)
232
234
and [contributors](./graphs/contributors).
233
235
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
You can’t perform that action at this time.
0 commit comments