-
Notifications
You must be signed in to change notification settings - Fork 40
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
iOS buildNumber
is parsed as number
#168
Comments
Okay I'll need to go back to the drawing board with this one, thanks for the heads up |
@DavidStrausz what would you expect to happen here? Nothing, or semver increment? |
@mlynch Nothing I'd say, any logic regarding build numbers and other values should be handled by ci/cd scripts (e.g. faslane), and trapeze just applies the values set in config.yaml/env vars |
Ah nevermind, you aren't using this with increment. I got it |
Fixed in 7.0.8. Also fwiw Android |
I just updated and it's working as expected again! And yes you are right about the Android |
The following commit introduced forced number parsing:
ba5f8f2
This is breaking and causes incorrect build numbers for projects that use build numbers that are in sync with the version (e.g.
1.0.0
) instead of incrementing an integer (in this case1.0.0
would be parsed as1
).The text was updated successfully, but these errors were encountered: