简体   繁体   English

代码推送-将更新发布到多个版本

[英]Code push - Release update to multiple version

My app already on market with these versions. 这些版本的我的应用程序已经投放市场。 1.0 ,1.1 ,1.2, 1.2.1 and 1.2.2. 1.0,1.1,1.2、1.2.1和1.2.2。 And now I need to release an update to version 1.0 , 1.1 , 1.2. 现在,我需要发布版本1.0,1.1,1.2的更新。

I have try with 我尝试了

code-push release-react myaap-Android Android --deploymentName Production --targetBinaryVersion=1.0-1.2

But I got this error 但是我得到这个错误

[Error] Please use a semver-compliant target binary version range, for example "1.0.0", "*" or "^1.2.3"

My first 3 version is not using semantic versioning, so how can I send update to them? 我的前3个版本未使用语义版本控制,那么如何向他们发送更新? Thank you 谢谢

您可以始终使用以下范围:> = 1.0.0 <1.2.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM