Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 482 Bytes

README_MAINTAINERS.md

File metadata and controls

19 lines (12 loc) · 482 Bytes

Instructions for diff generation on new release

(assuming you have push permissions)

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