Skip to content

Commit

Permalink
fix(wisdom) config
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 26, 2021
1 parent 58a748e commit d2e11ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ Options:

## Configuration

When you need configure `wisdom` you could declare them in `package.json`:
When you need configure `wisdom` you could declare them in `package.json` (**with defaults set**):

```json
{
"changelog": true, /* default */
"tag": true, /* default */
"release": true, /* default */
"private": false, /* default */
"branch": "master", /* default */
"changelog": true,
"tag": true,
"release": true,
"private": false,
"branch": "master",
"scripts": {
"wisdom": "echo 'do something before publish'",
"wisdom:type": "echo 'do something before publish and add --patch, --minor or --major argument'",
Expand Down

0 comments on commit d2e11ad

Please sign in to comment.