mrousavy / nitro

🔥 Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI
https://nitro.margelo.com
MIT License
650 stars 22 forks source link

chore: Automatic release flow through release script #302

Closed chrispader closed 2 weeks ago

chrispader commented 2 weeks ago

This PR adds a release script that will automatically publish react-native-nitro-modules, then nitrogen and then create a Git commit and GH release.

To trigger the release process, just run bun release <version> or bun 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

vercel[bot] commented 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
chrispader commented 2 weeks ago

@mrousavy