-
Notifications
You must be signed in to change notification settings - Fork 42
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
Getting the latest build number across ALL versions #320
Comments
Hi @orenagiv , Thank you for reporting this issue. Can you tell us from what service you were trying to get the latest build number? |
I am probably facing the same issue as orenagiv. Simple case: We had released 1.9.0 but now need to develop a quick fix 1.9.1 for some security issue. When using appstoreconnect, we always going to receive 5 for the latest build number, as 2.0.0 > 1.9.1. Then the simple build number + 1 logic, is always going to return 6, which is not the version we want. Possible fix: The exact command I am currently using |
Update mainly for @orenagiv : |
Hey,
Currently it seems this tool fetches the latest build number of the highest version number.
However, when dealing with hot fixes - we sometimes need to create a build in a lower version than the newest one.
Is there a way to instruct the tool to fetch the latest build number across all versions? (and not only from the highest one?)
The text was updated successfully, but these errors were encountered: