Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting beta? #13

Closed
bitttttten opened this issue Jun 13, 2020 · 1 comment
Closed

Supporting beta? #13

bitttttten opened this issue Jun 13, 2020 · 1 comment

Comments

@bitttttten
Copy link

Firstly, just want to say love the package! Really pleased to get it in my Expo workflow :)

Description of the feature

Would like to be able to tag beta versions in expo. Currently you can run standard-version -p beta -n to tag a release a beta, and you'll get this output:

✔ bumping version in package.json from 0.8.6 to 0.8.6-beta.0
✔ bumping version in app.json from 0.8.6 to 0.8.6-beta.0
✔ bumping version in app.json from 370000806 to 0.8.6-beta.0
✔ bumping version in app.json from 0.8.6 to 0.8.6-beta.0

However inside app.json, the android version code does not updated, and the ios build number gets updated to "0.8.7-beta.0" which is an invalid build code for ios:

• Field: ios.buildNumber - 'ios.buildNumber' should match pattern "^[A-Za-z0-9.]+$".

Motivation

Would be helpful to release beta versions of my app onto internal release tracks in the play store.

Additional context

Also happy to revisit my workflow. This is my first RN app so maybe there is a better way to release betas?

@bitttttten
Copy link
Author

Just found #11 and I see the correct term for these labels is pre-release. I'll close this in favour of that issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant