Skip to content

Commit fa5e95b

Browse files
committed
chore: update release:nightly
1 parent 59d1f16 commit fa5e95b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.config/release-it.config.ts renamed to .config/release-it.nightly.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import type { Config } from "release-it";
33
export default {
44
git: {
55
commitArgs: ["--no-verify"],
6+
commit: false,
67
},
78
} satisfies Config;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-css",
3-
"version": "3.0.0-nightly.df0f885",
3+
"version": "2.1.2",
44
"exports": {
55
".": {
66
"source": "./src/index.ts",
@@ -104,7 +104,7 @@
104104
"prepare": "bob build",
105105
"prepublishOnly": "bob build",
106106
"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",
108108
"start": "yarn example start",
109109
"start:build": "yarn build && yarn example build",
110110
"start:debug": "yarn build && yarn example debug",

0 commit comments

Comments
 (0)