-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bug(ios): Prerelease buildNumber option is not working #3
Comments
So that's saying that specifically a pre-release version will only work in strict mode, which could well be a mistake. Could you post your config as an example? |
|
Ah, so looking back at the readme it seems this was intentional! https://github.com/alexandermendes/semantic-release-react-native#ios-1 |
@alexandermendes I have tried using the default behavior but the iOS TestFlight upload is not working for the prereleases. |
Hmm ok, I definitely have successfully used version numbers like this before. It's not obvious from that error that it's definitely the |
I'm currently experiencing the same issue with TestFlight. In my case I have
Update: |
Hey just shimming in because I'm also trying to get some semver through App Store Connect and I come to conclusion that they don’t/want to support it. This is from an hold documentation:
The new documentation states the following here:
I used 4 integers separated by periods on the first release and it didn’t cause problems. The 4 period-separated integers appear on TestFlight, but any further archives just ignore changes past the 3rd integer . It's a shame, but the best we can do is translate pre ids to some numbers on the |
I've killed this whole mechanism because yeah, it now seems there is no iOS support for pre-release versions. |
And a further tweak in #10 |
Because of the following condition, ios buildNumber option is not working only strict is allowed.
https://github.com/alexandermendes/semantic-release-react-native/blob/master/src/version/ios.ts#L384-L385
The text was updated successfully, but these errors were encountered: