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

[发布效率] 多项目公共依赖,如何快速发布? #462

Open
ly525 opened this issue Aug 21, 2022 · 0 comments
Open

[发布效率] 多项目公共依赖,如何快速发布? #462

ly525 opened this issue Aug 21, 2022 · 0 comments

Comments

@ly525
Copy link
Owner

ly525 commented Aug 21, 2022

假设团队维护项目信息如下,如何高效解决团队多项目 公共依赖维护、升级问题?

需求:

  • 第1周需要 埋点库@1.1 -> 埋点库@2.0
  • 第2周需要 动态表单@1.0 -> 动态表单@1.2
  • 第3周需要 vue@2.6 -> vue@2.7.8

痛点:

  • 每次升级,需要通知各个项目负责人升级:关联需求、开发、部署dev、qa,提测、上线、支持快速回滚
  • 要做的事情比较简单,但是整个周期比较长
  • 重复劳动、过程繁琐、性价比低、成就感低
项目A vue element-ui axios 埋点库@1.1 公共工具库@2.1 ...
项目B vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
项目C vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
项目D vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
项目E vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
项目F vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
项目G vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
项目H vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1
项目I vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
...
项目20th vue element-ui axios 动态表单@1.0 埋点库@1.1 公共工具库@2.1 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 发布环节
Development

No branches or pull requests

1 participant