You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -193,7 +193,7 @@ is room and need for improvement. The items on the roadmap should enhance `commi
193
193
194
194
### Releases
195
195
196
-
Security patches will be applied to versions which are not yet EOL.
196
+
Security patches will be applied to versions which are not yet EOL.\
197
197
Features will only be applied to the current main version.
198
198
199
199
| Release | Inital release | End-of-life |
@@ -204,7 +204,7 @@ Features will only be applied to the current main version.
204
204
205
205
_Dates are subject to change._
206
206
207
-
We're not a sponsored OSS project. Therefor we can't promise that we will release patch versions for older releases in a timley manner.
207
+
We're not a sponsored OSS project. Therefor we can't promise that we will release patch versions for older releases in a timley manner.\
208
208
If you are stuck on an older version and need a security patch we're happy if you can provide a PR.
209
209
210
210
## Related projects
@@ -242,7 +242,7 @@ For more information on how to contribute please take a look at our [contributio
242
242
### Publishing a release
243
243
244
244
Before publishing a release do a `yarn run publish --dry-run` to get the upcoming version and update the version
245
-
in the [`should print help` test](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/src/cli.test.ts#L431).
245
+
in the [`should print help` test](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/src/cli.test.ts#L431).\
246
246
Commit that change before creating the new version without `--dry-run`.
**Please note that currently @commitlint/cli doesn't support yarn v2 Plug'n'Play (using yarn v2 with `nodeLinker: node-modules` in your .yarnrc.yml file may work sometimes)**
41
+
**Please note that currently @commitlint/cli doesn't support yarn v2 Plug'n'Play (using yarn v2 with `nodeLinker: node-modules` in your .yarnrc.yml file may work sometimes)**\
42
42
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.
43
43
44
44
## Test
@@ -70,7 +70,7 @@ No staged files match any of provided globs.
70
70
husky > commit-msg hook failed (add --no-verify to bypass)
71
71
```
72
72
73
-
Since [v8.0.0](https://github.com/conventional-changelog/commitlint/releases/tag/v8.0.0)`commitlint` won't output anything if there is not problem with your commit.
73
+
Since [v8.0.0](https://github.com/conventional-changelog/commitlint/releases/tag/v8.0.0)`commitlint` won't output anything if there is not problem with your commit.\
74
74
(You can use the `--verbose` flag to get positive output)
0 commit comments