Skip to content

Commit 683f9f3

Browse files
committed
chore: add release-it
1 parent 96c144d commit 683f9f3

File tree

2 files changed

+1431
-20
lines changed

2 files changed

+1431
-20
lines changed

package.json

Lines changed: 5 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",
3+
"version": "2.1.2",
44
"exports": {
55
".": {
66
"source": "./src/index.ts",
@@ -78,7 +78,9 @@
7878
"build": "bob build",
7979
"prepublishOnly": "bob build",
8080
"prepare": "bob build",
81-
"example": "yarn workspace react-native-css-example"
81+
"example": "yarn workspace react-native-css-example",
82+
"release": "release-it",
83+
"release:nightly": "release-it 3.0.0-nightly.\"$(git rev-parse --short HEAD)\" --npm.tag=beta"
8284
},
8385
"keywords": [
8486
"react-native",
@@ -146,6 +148,7 @@
146148
"react-native-reanimated": "~4.0.0-beta.5",
147149
"react-native-safe-area-context": "5.4.0",
148150
"react-native-worklets": "0.4.0-nightly-20250714-d172fe136",
151+
"release-it": "^19.0.4",
149152
"typescript": "^5.8.3",
150153
"typescript-eslint": "^8.37.0"
151154
},

0 commit comments

Comments
 (0)