-
Notifications
You must be signed in to change notification settings - Fork 521
Is it possible to refresh the label of your builds #280
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
Comments
me too,i don‘t know which one is the current version, |
We will be adding support for having custom labels soon! |
there is also problem to update latest version ,but app display is still the old version |
"react-native-code-push": "^1.13.2-beta", is the package.json |
info.plist ,setting production ,appstore app is not hot update |
@slowsay Could you open a new issue for the problem you're facing? Also, did you use release-react to release the update? Is your targetBinaryVersion of the update the same as the one in production? |
i have soloved this problem , it 's component about "react-native-code-push" , |
Any update on when custom version labels will be out? I would love to update my versioning to be MAJOR_BINARY.MINOR_BINARY.CODEPUSH |
The option for custom lables should be:
I'd love to provide a PR but the source does not seem to be public. |
Any word on this? The project as a whole seems to be slowing down, which is worrying me about adopting CodePush for our company. |
+1 |
@TombolaShepless @dkpalmer @kristojorg @pke Sorry for the super late response. We hear you and are taking your requests seriously. When I have a better sense of when we will start work on label management I will let you all know. |
Any updates on the custom labeling front? |
Hi! Any news? |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion. |
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..
The text was updated successfully, but these errors were encountered: