Closed chrispader closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
nitro-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 7, 2024 10:13am |
@mrousavy
This PR adds a release script that will automatically publish
react-native-nitro-modules
, thennitrogen
and then create a Git commit and GH release.To trigger the release process, just run
bun release <version>
orbun release --increment <major|minor|patch>
in the top-level root folder.If preferred, the sub-packages can still also be released manually by running
bun release
in one of the packages