-
Notifications
You must be signed in to change notification settings - Fork 147
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
feat: would like patch numbers to match between iOS and Android #1382
Comments
Agreed this should be fairly straightforward to implement since it’s only a CLI change. |
Just for my use case: App is showing version + patch in About screen. For example 1.0.1 (13) - Patch 1 Current behaviour: Expected behaviour: |
We currently have no schedule for this, no. We were discussing something similar yesterday which is that these numbers are currently just "names" and the fact that we have them auto-increment on a per-platform basis is confusing in other contexts. We could easily change the name to something else. The underlying "id" of the patch is just our database id for the patch artifact table row. |
Dupe with #1762? |
Hi, I did not want to generate different patches per platform, i was testing the functionality of using
Shorebird version: 1.5.5
|
@alejojarahi This doesn't seem related to this bug. Would you mind opening a new one and clearly describing your problem there? |
Right now if you publish a patch to Android and then a patch to iOS (for the same app), they will end up with patch number "1" and "2" respectively. This is confusing to some users who expect the patch numbers to match for the "same patch". This also causes some complexity for us in the console and could make sense to want to allow users to just mark one patch live and have it affect all OSes.
The text was updated successfully, but these errors were encountered: