Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created July 25, 2018 04:39
Show Gist options
  • Save ThaddeusJiang/7803a04b76ee212c8200c951a659aba8 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/7803a04b76ee212c8200c951a659aba8 to your computer and use it in GitHub Desktop.
学习 Ant Design 的 branch 管理方法

https://ant.design/docs/react/contributing-cn

基于发布周期,每个月都会从master 分支切一个feature 分支出来(比如 features-3.1 分支用来发布 3.1 版本)。

  • feature -> pull request -> feature
  • bug -> pull request -> master
  1. 所有feature 分支都是从 master 切出来的。
  2. bug 基于 master

React 也使用同样的管理方法。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment