Skip to content

Commit c5c1af2

Browse files
committedMay 15, 2023
docs: clean
1 parent cdd8376 commit c5c1af2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎docs/index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,6 @@ yarn ...
481481

482482
## Breaking changes
483483

484-
Environment variables:
485-
486-
- `HUSKY_SKIP_HOOKS` is replaced by `HUSKY`.
487-
- `HUSKY_SKIP_INSTALL` is replaced by `HUSKY`.
488-
- `HUSKY_GIT_PARAMS` is removed. Instead Git parameters should be used directly in scripts (e.g. `$1`).
489-
- `PATH` for locally installed tools is not automatically set anymore. You'll need to use your package manager to run them.
490-
491484
## Migrate from v4 to v8
492485

493486
### CLI
@@ -558,6 +551,13 @@ yarn commitlint --edit $1
558551

559552
:::
560553

554+
Other environment variables changes:
555+
556+
- `HUSKY_SKIP_HOOKS` is replaced by `HUSKY`.
557+
- `HUSKY_SKIP_INSTALL` is replaced by `HUSKY`.
558+
- `HUSKY_GIT_PARAMS` is removed. Instead Git parameters should be used directly in scripts (e.g. `$1`).
559+
- `PATH` for locally installed tools is not automatically set anymore. You'll need to use your package manager to run them.
560+
561561
## Sponsors
562562

563563
Does your company use husky? Ask your manager or marketing team if your company would be interested in supporting this project.

0 commit comments

Comments
 (0)
Please sign in to comment.