Skip to content

Commit

Permalink
Add note about using Inquirer.js in hooks (closes #821)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 9, 2022
1 parent ea11a0d commit 2f10cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -277,6 +277,8 @@ Note that arguments need to be quoted properly when used from the command line:
release-it --'hooks.after:release="echo Successfully released ${name} v${version} to ${repo.repository}."'
```

Using Inquirer.js inside custom hook scripts might cause issues (since release-it also uses this itself).

## Plugins

Since v11, release-it can be extended in many, many ways. Here are some plugins:
Expand Down

0 comments on commit 2f10cc4

Please sign in to comment.