3
Upgrade release version automatically
complete
G
Guillaume Piedigrossi
when you create a new standalone release, you have to increase buildNumber and versionCode. It could be useful to add a command to increase it automatically to avoid forgot it
Kim Brandwijk
complete
This feature is available on both platforms for EAS builds through the
autoIncrement
field in eas.json
. For more information on how to configure this, check out the documentation here.Kim Brandwijk
complete
This feature is available on both platforms for EAS builds through the
autoIncrement
field in eas.json
. For more information on how to configure this, check out the documentation here.Robert Fischer
Note that you can do this right through a Semantic Release plugin already.
David Leuliette
Guillaume Piedigrossi You can use a the sematic release script from Cedric (Who's working on the Core Team)
G
Guillaume Piedigrossi
David Leuliette: oh ! Very cool tool ! thanks a lot for your advice !
Scott Pritchard
This is possible with a simple node script that reads the JSON from app.json, and increments the values for you.