When a new release of create-react-native-library
is out on npm, do the following:
-
Clone the repo, or pull the latest
main
if you have it already cloned. -
Execute the main script:
./new-release.sh <new-release>
So for example, if the new release is 0.79.2
, just run:
./new-release.sh 0.79.2