|
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] <!-- [![TravisCI][6]][7] --> |
| 13 | +[![npm latest][2]][3] [![Github Actions][4]][5] |
14 | 14 |
|
15 | 15 | - 🚓 Be a good `commitizen`
|
16 | 16 | - 📦 Share configuration via `npm`
|
@@ -113,13 +113,13 @@ yarn husky install
|
113 | 113 | npx husky add .husky/commit-msg 'npx --no -- commitlint --edit ${1}'
|
114 | 114 | ```
|
115 | 115 |
|
116 |
| -**Or use installed package instead** |
| 116 | +**Or use installed package instead** |
| 117 | + |
117 | 118 | ```
|
118 | 119 | npm pkg set scripts.commitlint="commitlint --edit"
|
119 | 120 | npx husky add .husky/commit-msg 'npm run commitlint ${1}'
|
120 | 121 | ```
|
121 | 122 |
|
122 |
| - |
123 | 123 | Check the [husky documentation](https://typicode.github.io/husky/#/?id=manual) on how you can automatically have Git hooks enabled after install for different `yarn` versions.
|
124 | 124 |
|
125 | 125 | **Detailed Setup instructions**
|
@@ -214,15 +214,15 @@ is room and need for improvement. The items on the roadmap should enhance `commi
|
214 | 214 | Security patches will be applied to versions which are not yet EOL.\
|
215 | 215 | Features will only be applied to the current main version.
|
216 | 216 |
|
217 |
| -| Release | Inital release | End-of-life | | |
218 |
| -| -------------------------------------------------------------------------------- | -------------- | ----------- |-----| |
219 |
| -| [v17](https://github.com/conventional-changelog/commitlint/releases/tag/v17.0.0) | 16.05.2022 | 16.05.2023 |(till next main version)| |
220 |
| -| [v16](https://github.com/conventional-changelog/commitlint/releases/tag/v16.0.0) | 26.12.2021 | 26.12.2022 || |
221 |
| -| [v15](https://github.com/conventional-changelog/commitlint/releases/tag/v15.0.0) | 17.11.2021 | 17.11.2022 || |
222 |
| -| [v14](https://github.com/conventional-changelog/commitlint/releases/tag/v14.0.0) | 26.10.2021 | 26.10.2022 || |
223 |
| -| [v13](https://github.com/conventional-changelog/commitlint/releases/tag/v13.0.0) | 24.05.2021 | 24.05.2022 || |
224 |
| -| [v12](https://github.com/conventional-changelog/commitlint/releases/tag/v12.0.0) | 23.02.2021 | 23.02.2022 || |
225 |
| -| [v11](https://github.com/conventional-changelog/commitlint/releases/tag/v11.0.0) | 13.09.2020 | 13.09.2020 || |
| 217 | +| Release | Inital release | End-of-life | | |
| 218 | +| -------------------------------------------------------------------------------- | -------------- | ----------- | ------------------------ | |
| 219 | +| [v17](https://github.com/conventional-changelog/commitlint/releases/tag/v17.0.0) | 16.05.2022 | 16.05.2023 | (till next main version) | |
| 220 | +| [v16](https://github.com/conventional-changelog/commitlint/releases/tag/v16.0.0) | 26.12.2021 | 26.12.2022 | | |
| 221 | +| [v15](https://github.com/conventional-changelog/commitlint/releases/tag/v15.0.0) | 17.11.2021 | 17.11.2022 | | |
| 222 | +| [v14](https://github.com/conventional-changelog/commitlint/releases/tag/v14.0.0) | 26.10.2021 | 26.10.2022 | | |
| 223 | +| [v13](https://github.com/conventional-changelog/commitlint/releases/tag/v13.0.0) | 24.05.2021 | 24.05.2022 | | |
| 224 | +| [v12](https://github.com/conventional-changelog/commitlint/releases/tag/v12.0.0) | 23.02.2021 | 23.02.2022 | | |
| 225 | +| [v11](https://github.com/conventional-changelog/commitlint/releases/tag/v11.0.0) | 13.09.2020 | 13.09.2020 | | |
226 | 226 |
|
227 | 227 | _Dates are subject to change._
|
228 | 228 |
|
@@ -349,12 +349,8 @@ npx lerna exec --no-bail --no-private --no-sort --stream -- '[ -n "$(npm v . dis
|
349 | 349 | [1]: https://nodejs.org/api/documentation.html#documentation_stability_index
|
350 | 350 | [2]: https://img.shields.io/npm/v/@commitlint/cli.svg?style=flat-square
|
351 | 351 | [3]: https://npmjs.org/package/@commitlint/cli
|
352 |
| -[4]: https://img.shields.io/circleci/project/github/conventional-changelog/commitlint/master.svg?style=flat-square |
353 |
| -[5]: https://circleci.com/gh/conventional-changelog/commitlint |
354 |
| - |
355 |
| -<!-- [6]: https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square |
356 |
| -[7]: https://ci.appveyor.com/project/conventional-changelog/commitlint --> |
357 |
| - |
| 352 | +[4]: https://github.com/conventional-changelog/commitlint/actions/workflows/CI.yml/badge.svg |
| 353 | +[5]: https://github.com/conventional-changelog/commitlint/actions/workflows/CI.yml |
358 | 354 | [8]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
|
359 | 355 | [9]: https://nodejs.org/api/documentation.html#documentation_stability_index
|
360 | 356 | [10]: https://img.shields.io/npm/v/@commitlint/cli/next.svg?style=flat-square
|
|
0 commit comments