File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,29 +35,31 @@ bun install
3535
3636``` bash
3737npm login
38- bun release $RELEASE_VERSION # e.g.: 0.7.17-cbx.0
38+ bun release
3939```
4040
4141Example log for publishing:
4242
4343``` bash
44- ❯ bun release 0.7.17-cbx.6
45- $ ./scripts/release.sh 0.7.17-cbx.6
44+ ❯ bun release
45+ $ ./scripts/release.sh
4646Starting the release process...
47- Provided options: 0.7.17-cbx.6
47+ Provided options:
4848Publishing ' react-native-quick-crypto' to NPM
49- $ release-it 0.7.17-cbx.6
49+ $ release-it
5050
51- 🚀 Let' s release @coolwallet-app/react-native-quick-crypto (0.7.17-cbx.5...0.7.17-cbx.6 )
51+ 🚀 Let' s release @coolwallet-app/react-native-quick-crypto (currently at 1.0.18 )
5252
5353
5454Empty changelog
5555
56+ ✔ Select increment (next version): Other, please specify...
57+ ✔ Please enter a valid version: 1.0.18-cbx.0
5658✔ bun tsc && bun lint && bun format && bun prepare
57- ? Publish @coolwallet-app/react-native-quick-crypto@cbx to npm? Yes
58- ? Please enter OTP for npm: 513493
59+ ✔ Publish @coolwallet-app/react-native-quick-crypto@cbx to npm? Yes
60+ ✔ Please enter OTP for npm: 056218
5961🔗 https://registry.npmjs.org/package/@coolwallet-app/react-native-quick-crypto
60- 🏁 Done (in 225s .)
62+ 🏁 Done (in 60s .)
6163Successfully released QuickCrypto!
6264```
6365
You can’t perform that action at this time.
0 commit comments