File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @stripe/stripe-react-native" ,
3- "version" : " 0.39 .0" ,
3+ "version" : " 0.40 .0" ,
44 "author" : " Stripe" ,
55 "description" : " Stripe SDK for React Native" ,
66 "main" : " lib/commonjs/index" ,
Original file line number Diff line number Diff line change @@ -131,16 +131,19 @@ yarn -s install --frozen-lockfile
131131echo " Running tests"
132132yarn -s run test
133133
134+ git checkout -b release-branch-$RANDOM
135+
134136echo " Bumping package.json $RELEASE_TYPE version and tagging commit"
135- yarn -s version --$RELEASE_TYPE
137+ yarn -s version --" $RELEASE_TYPE "
136138
137139echo " Publishing release"
138140yarn -s --ignore-scripts publish --non-interactive --access=public
141+ echo " Published to npm!"
139142
140143echo " Pushing git commit and tag"
141144git push --follow-tags
142145
143- echo " Publish successful! "
146+ echo " Tag pushed! Please open a PR for your version bump: https://github.com/stripe/stripe-react-native/pulls "
144147echo " "
145148
146149create_github_release
You can’t perform that action at this time.
0 commit comments