Skip to content
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

react native version manager #4

Open
lixingdecai opened this issue Sep 6, 2017 · 0 comments
Open

react native version manager #4

lixingdecai opened this issue Sep 6, 2017 · 0 comments

Comments

@lixingdecai
Copy link
Owner

RN开发中的版本管理

在使用RN做单页面开发集成Native app中,会出现很多版本:你APP的版本,RN的版本,你的RN-业务工程的版本三个版本交错,所以在版本管理上会是个很蛋疼的问题,下面草图是我gitlab RN项目的版本管理。先做个记录吧。

本来也是准备用tag来做版本的标记,但是RN的版本更新和APP的版本更新又不太一样,因为具备热更新,有时候一个bug就直接发版本。而且,RN的版本的维度又会更多,不仅自身的,还有APP和RN的版本维度。所以将APP版本作为分支,进行对应开发,develop分支作为打包分支,合并触发CI自动打包。

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant