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