Remove limitation on the frequency of semver-minor LTS relesease
还没有人认领这个 Issue。
评估
调研方向
首先查看 LTS 发布工作流以及此 issue 中的讨论,重点关注 semver-patch 和 semver-minor 更改如何从 main 进入 LTS 分支。检查 dont-land、backport-blocked 和 backport-requested 标签。当发布频率规则已有记录在案的决定,且发布指南反映了该决定时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
I'd like to propose we remove the unofficial rule we have limiting the frequency of semver-minor LTS releases to one per quarter (I think?). Having prepared some of those releases, I think the rule is counterproductive, error-prone, and puts a huge burden on the releasers. Here are a few reasons I would like to remove the rule and let the releaser decide each time whether they are going to prepare a minor or a patch release:
- The
mainbranch is not managed in a way that facilitates our work. Once a few semver-minor changes have landed, a lot of subsequent semver-patch changes will depend on them, making it difficult to find commits that can land cleanly on the LTS branch. The consequence of this is that we tend to have relatively small patch releases followed by a huge minor release like v16.17.0 today. - Because most of the semver-patch commits cannot land cleanly without their semver-minor dependencies, the release preparation takes a very long time as the releaser has to check for each conflicting commit why it doesn't apply. Then they either add the appropriate label (dont-land, backport-blocked, backport-requested) or fix the conflict manually. Each manual fix takes time and may introduce bugs even if it seems trivial.
- Users have to wait many months for changes they care about (many of these changes being semver-patch bug fixes) to land on LTS.
@nodejs/lts
- 主要语言
- JavaScript
- 星标
- 4.4k
- 派生
- 675
- 平均合并
- 22 小时 29 分钟
- 30 天内合并 PR
- 1
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
nodejs/Release 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 88/100
-
Release-agenda
难度 1/5 1-3 小时 新手友好度 78/100
-
CitGM backlog 未关闭
难度 4/5 3-5 天 新手友好度 50/100
-
难度 1/5 1 小时以内 新手友好度 20/100
-
难度 1/5 1 小时以内 新手友好度 35/100
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
mksglu/context-mode#1200 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
neondatabase/website#5944 ·
-
module: core
难度 2/5 1-3 小时 新手友好度 75/100
bigbluebutton/bigbluebutton#25849 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
jaegertracing/jaeger-ui#4506 ·