Skip to content

Commit

Permalink
Chore: fix release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Oct 11, 2021
1 parent 8fe1017 commit 124909c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"devDependencies": {
"@typescript-eslint/parser": "^4.32.0",
"auto-changelog": "^2.3.0",
"chai": "^4.1.0",
"dirty-chai": "^2.0.1",
"eslint": "^8.0.0",
Expand All @@ -65,10 +66,12 @@
"engines": {
"node": "12.* || 14.* || >= 16.*"
},
"hooks": {
"after:bump": "auto-changelog -p"
},
"github": {
"release": true
"release-it": {
"hooks": {
"after:bump": "auto-changelog -p"
},
"github": {
"release": true
}
}
}

0 comments on commit 124909c

Please sign in to comment.