DEV Community

Discussion on: Simplify Expo releases with Standard Version

Collapse
 
bycedric profile image
Cedric van Putten • Edited

Hi Pavel, thanks! The tool was initially built for managed projects without native code. For the native part, we might need to add a few "version bumpers". I'll look into this asap!

Edit: just created #9, if you have good ideas feel free to share them there! 😁

The package.json is used by standard-version itself as a kind of "single source of truth". So it's always good to update it there. That being said, only updating the version in package.json will still require you to manually update the build numbers, like versionCode in Gradle, when you publish to stores.

Hope it helps!