Skip to content

Commit 124909c

Browse files
committed
Chore: fix release-it config
1 parent 8fe1017 commit 124909c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@typescript-eslint/parser": "^4.32.0",
43+
"auto-changelog": "^2.3.0",
4344
"chai": "^4.1.0",
4445
"dirty-chai": "^2.0.1",
4546
"eslint": "^8.0.0",
@@ -65,10 +66,12 @@
6566
"engines": {
6667
"node": "12.* || 14.* || >= 16.*"
6768
},
68-
"hooks": {
69-
"after:bump": "auto-changelog -p"
70-
},
71-
"github": {
72-
"release": true
69+
"release-it": {
70+
"hooks": {
71+
"after:bump": "auto-changelog -p"
72+
},
73+
"github": {
74+
"release": true
75+
}
7376
}
7477
}

0 commit comments

Comments
 (0)