File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 10
10
>
11
11
> ` cat docs/assets/commitlint.json | svg-term --out docs/assets/commitlint.svg --frame --profile=Seti --height=20 --width=80 `
12
12
13
- [ ![ npm latest] [ 2 ]] [ 3 ] [ ![ CircleCI] [ 4 ]] [ 5 ] [ ![ AppVeyor ] [ 6 ]] [ 7 ]
13
+ [ ![ npm latest] [ 2 ]] [ 3 ] [ ![ CircleCI] [ 4 ]] [ 5 ] <!-- [![TravisCI ][6]][7] -->
14
14
15
15
16
16
* 🚓 Be a good ` commitizen `
@@ -211,8 +211,8 @@ npx yarn run publish
211
211
[ 3 ] : https://npmjs.org/package/@commitlint/cli
212
212
[ 4 ] : https://img.shields.io/circleci/project/github/conventional-changelog/commitlint/master.svg?style=flat-square
213
213
[ 5 ] : https://circleci.com/gh/conventional-changelog/commitlint
214
- [ 6 ] : https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
215
- [ 7 ] : https://ci.appveyor.com/project/conventional-changelog/commitlint
214
+ <!-- [6]: https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
215
+ [7]: https://ci.appveyor.com/project/conventional-changelog/commitlint -->
216
216
217
217
[ 8 ] : https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
218
218
[ 9 ] : https://nodejs.org/api/documentation.html#documentation_stability_index
Original file line number Diff line number Diff line change 8
8
9
9
# commitlint   ; [ ![ slack] [ 11 ]] [ 12 ]
10
10
11
- [ ![ npm latest] [ 2 ]] [ 3 ] [ ![ CircleCI] [ 4 ]] [ 5 ] [ ![ AppVeyor] [ 6 ]] [ 7 ]
11
+ [ ![ npm latest] [ 2 ]] [ 3 ] [ ![ CircleCI] [ 4 ]] [ 5 ] <!-- [![AppVeyor][6]][7] -->
12
12
13
13
` commitlint ` helps your team adhering to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
14
14
@@ -60,8 +60,8 @@ the `commitlint` icon
60
60
[ 3 ] : https://npmjs.org/package/@commitlint/cli
61
61
[ 4 ] : https://img.shields.io/circleci/project/github/conventional-changelog/commitlint/master.svg?style=flat-square
62
62
[ 5 ] : https://circleci.com/gh/conventional-changelog/commitlint
63
- [ 6 ] : https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
64
- [ 7 ] : https://ci.appveyor.com/project/conventional-changelog/commitlint
63
+ <!-- [6]: https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
64
+ [7]: https://ci.appveyor.com/project/conventional-changelog/commitlint -->
65
65
66
66
[ 8 ] : https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
67
67
[ 9 ] : https://nodejs.org/api/documentation.html#documentation_stability_index
Original file line number Diff line number Diff line change
1
+ os : windows
2
+ language : node_js
3
+ cache :
4
+ yarn
5
+ node_js :
6
+ - lts/*
7
+ before_script :
8
+ - yarn build
You can’t perform that action at this time.
0 commit comments