Skip to content

Commit 62a3fe2

Browse files
committed
docs: add release example log
1 parent eba2786 commit 62a3fe2

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,31 @@ bun install
3535

3636
```bash
3737
npm login
38-
bun release $RELEASE_VERSION # e.g.: 0.7.17-cbx.0
38+
bun release
3939
```
4040

4141
Example 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
4646
Starting the release process...
47-
Provided options: 0.7.17-cbx.6
47+
Provided options:
4848
Publishing '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
5454
Empty 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.)
6163
Successfully released QuickCrypto!
6264
```
6365

0 commit comments

Comments
 (0)