File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 8989 },
9090 "plugins" : {
9191 "@release-it/bumper" : {
92+ "in" : {
93+ "file" : " package/package.json" ,
94+ "path" : " version"
95+ },
9296 "out" : [
9397 {
9498 "file" : " package.json" ,
9599 "path" : " version"
96100 },
97- {
98- "file" : " package/package.json" ,
99- "path" : " version"
100- },
101101 {
102102 "file" : " example/package.json" ,
103103 "path" : " version"
Original file line number Diff line number Diff line change 9393 },
9494 "release-it" : {
9595 "npm" : {
96- "publish" : true
96+ "publish" : true ,
97+ "versionArgs" : [
98+ " --allow-same-version"
99+ ]
97100 },
98101 "git" : false ,
99102 "github" : {
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd package
66bun release $@
77
88echo " Creating a Git bump commit and GitHub release"
9+
910cd ..
10- bun run release-it $@
1111
12+ bun run release-it $@ && \
1213echo " Successfully released react-native-nitro-sqlite!"
You can’t perform that action at this time.
0 commit comments