File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -481,13 +481,6 @@ yarn ...
481
481
482
482
## Breaking changes
483
483
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
-
491
484
## Migrate from v4 to v8
492
485
493
486
### CLI
@@ -558,6 +551,13 @@ yarn commitlint --edit $1
558
551
559
552
:::
560
553
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
+
561
561
## Sponsors
562
562
563
563
Does your company use husky? Ask your manager or marketing team if your company would be interested in supporting this project.
You can’t perform that action at this time.
0 commit comments