Update app version on app.json expo publish

How to update the app version number under app.json on every expo publish.

Thanks.

I think this might be part of what you’re looking for:

In addition to the above, you could create a script in your package.json called “publish”. This script could do the necessary standard version incantation followed by expo publish

Then you will just gave to get into the habit of running yarn publish instead of expo publish

Maybe that will work for you.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.