You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of the label incrementing to some huge number depending on code release..
are we able to do something like code-push deployment <app-name> <development> --resetVersion
which sets the version label to v1 again...
not sure if this makes sense.. but if i have to release a binary version of the app to the respective stores.. and we went from 1.1.0 to 1.2.0 i would be interested in having my version numbers now reset to 1 for the new builds..
Instead of the label incrementing to some huge number depending on code release..
are we able to do something like
code-push deployment <app-name> <development> --resetVersionwhich sets the version label to v1 again...
not sure if this makes sense.. but if i have to release a binary version of the app to the respective stores.. and we went from 1.1.0 to 1.2.0 i would be interested in having my version numbers now reset to 1 for the new builds..