Skip to content

Commit

Permalink
docs: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed May 15, 2023
1 parent cdd8376 commit c5c1af2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,13 +481,6 @@ yarn ...

## Breaking changes

Environment variables:

- `HUSKY_SKIP_HOOKS` is replaced by `HUSKY`.
- `HUSKY_SKIP_INSTALL` is replaced by `HUSKY`.
- `HUSKY_GIT_PARAMS` is removed. Instead Git parameters should be used directly in scripts (e.g. `$1`).
- `PATH` for locally installed tools is not automatically set anymore. You'll need to use your package manager to run them.

## Migrate from v4 to v8

### CLI
Expand Down Expand Up @@ -558,6 +551,13 @@ yarn commitlint --edit $1

:::

Other environment variables changes:

- `HUSKY_SKIP_HOOKS` is replaced by `HUSKY`.
- `HUSKY_SKIP_INSTALL` is replaced by `HUSKY`.
- `HUSKY_GIT_PARAMS` is removed. Instead Git parameters should be used directly in scripts (e.g. `$1`).
- `PATH` for locally installed tools is not automatically set anymore. You'll need to use your package manager to run them.

## Sponsors

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

0 comments on commit c5c1af2

Please sign in to comment.