File tree 3 files changed +106
-853
lines changed 3 files changed +106
-853
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"git" : {
3
- "changelog" : " npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
3
+ "changelog" : " pnpm exec auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
4
4
},
5
5
"github" : {
6
6
"release" : true
7
7
},
8
8
"hooks" : {
9
- "after:bump" : " npx auto-changelog -p"
9
+ "after:bump" : " pnpm exec auto-changelog -p"
10
10
}
11
11
}
Original file line number Diff line number Diff line change 59
59
"@swc/jest" : " ^0.2.36" ,
60
60
"@types/jest" : " ^29.5.13" ,
61
61
"@typescript-eslint/eslint-plugin" : " ^8.10.0" ,
62
+ "auto-changelog" : " ^2.5.0" ,
62
63
"chalk" : " ^5.3.0" ,
63
64
"cosmiconfig" : " ^9.0.0" ,
64
65
"esbuild" : " ^0.24.0" ,
You can’t perform that action at this time.
0 commit comments