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

Commit

Permalink
Add release-it config (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
incubo4u authored Jan 18, 2024
1 parent 086e30a commit bb43568
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"hooks": {
"after:bump": "yarn build && yarn build plugin"
},
"github": {
"release": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jellyfish-dev/react-native-client-sdk",
"version": "0.1.2",
"version": "0.1.3",
"description": "React native client sdk for the Jellyfish server.",
"main": "lib/commonjs/index",
"license": "Apache-2.0",
Expand Down

0 comments on commit bb43568

Please sign in to comment.