Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit bb43568

Browse files
authored
Add release-it config (#35)
1 parent 086e30a commit bb43568

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.release-it.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"hooks": {
3+
"after:bump": "yarn build && yarn build plugin"
4+
},
5+
"github": {
6+
"release": true
7+
}
8+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jellyfish-dev/react-native-client-sdk",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "React native client sdk for the Jellyfish server.",
55
"main": "lib/commonjs/index",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)