nodejs / nodejs/node-core-utils
command to know in which release branch(es) a specific commit is
未关闭
还没有人认领这个 Issue。
feature request
- 主要语言
- JavaScript
- 星标
- 314
- 派生
- 137
- 平均合并
- 2 天 8 小时
- 30 天内合并 PR
- 24
描述
I don't think we have a simple automated way to do that now. Due to the way we land commits in releases, we cannot just search for the commit SHA in release branches.
I think it would be useful to have a command for that.
Prior art in V8: https://github.com/v8/v8/blob/master/tools/release/mergeinfo.py
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 tools/release/mergeinfo.py 中 V8 的既有实现,并调研现有的 node-core-utils CLI 入口。该命令应报告哪些 release 分支包含指定的 commit,即使项目采用 release-landing 工作流;使用具有代表性的 commit 和 release 分支对其进行验证。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- git, javascript
- 领域
- cli, release, tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100