We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe1017 commit 124909cCopy full SHA for 124909c
package.json
@@ -40,6 +40,7 @@
40
},
41
"devDependencies": {
42
"@typescript-eslint/parser": "^4.32.0",
43
+ "auto-changelog": "^2.3.0",
44
"chai": "^4.1.0",
45
"dirty-chai": "^2.0.1",
46
"eslint": "^8.0.0",
@@ -65,10 +66,12 @@
65
66
"engines": {
67
"node": "12.* || 14.* || >= 16.*"
68
- "hooks": {
69
- "after:bump": "auto-changelog -p"
70
- },
71
- "github": {
72
- "release": true
+ "release-it": {
+ "hooks": {
+ "after:bump": "auto-changelog -p"
+ },
73
+ "github": {
74
+ "release": true
75
+ }
76
}
77
0 commit comments