File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ import type { Config } from "release-it" ;
2
+
3
+ export default {
4
+ git : {
5
+ commitArgs : [ "--no-verify" ] ,
6
+ } ,
7
+ } satisfies Config ;
Original file line number Diff line number Diff line change 102
102
"lint" : " eslint" ,
103
103
"prepare" : " bob build" ,
104
104
"prepublishOnly" : " bob build" ,
105
- "release" : " release-it" ,
106
- "release:nightly" : " release-it 3.0.0-nightly.\" $(git rev-parse --short HEAD)\" --npm.tag=beta" ,
105
+ "release" : " release-it --config ./.config/release-it.config.ts " ,
106
+ "release:nightly" : " release-it --config ./.config/release-it.config.ts 3.0.0-nightly.\" $(git rev-parse --short HEAD)\" --npm.tag=beta" ,
107
107
"start" : " yarn example start" ,
108
108
"start:build" : " yarn build && yarn example build" ,
109
109
"start:debug" : " yarn build && yarn example debug" ,
You can’t perform that action at this time.
0 commit comments