byCedric / semantic-release-expo

An Expo implementation for semantic release, so you don't have to bother.
MIT License
91 stars 11 forks source link

2.2.3 does not update android.buildNumber, how can this plugin take care of my android versions? #195

Closed kopax closed 4 years ago

kopax commented 4 years ago

Hi, I am using v2.2.3 and I want to do a semantic-release of a project built with expo SDK 38.

After publishing once on the play store, I have this error on next release:

image

Look at app.json chage during semantic release, I can see that app.json android.versionNumber is not updated.

image

How can this plugin take care of my android versions?

Thanks for helping

kopax commented 4 years ago

Fixed by adding "sdkVersion": "38.0.0" in my app.json.

Source: https://github.com/byCedric/semantic-release-expo/issues/190#issuecomment-659040716

Perhaps this should be bug fixed?