aboutcode-org / aboutcode-org/scancode-toolkit

Simplify branching model

未关闭
#2,203 2 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
development environment new feature
主要语言
Python
星标
2.6k
派生
791
平均合并
1 天 12 小时
30 天内合并 PR
5

描述

We de-facto use the gitflow branching model at https://nvie.com/posts/a-successful-git-branching-model/
BUT the "master/develop" branches are making double duty and serve not purpose.
In practice all the code merged in develop is immediately usable in production.
Therefore I suggest we switch to a simpler branching model which is the de facto model we use today:
1. one single default branch called "main" where only merges are done
2. features are pushed in other branches and merged when fully ready in "main"
3. now and then we tag and cut a formal release from "main"
4. exceptionally and likely never we can branch from a tag to backport a hotfix just there

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。