node-core-utils icon indicating copy to clipboard operation
node-core-utils copied to clipboard

command to know in which release branch(es) a specific commit is

Open targos opened this issue 5 years ago • 2 comments

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

targos avatar Dec 13 '19 16:12 targos

Example:

PR: https://github.com/nodejs/node/pull/30123 Landed on master in https://github.com/nodejs/node/commit/511f67bcb42b59c9a3a3efab8fed578db100afe1 Landed on v13.x in https://github.com/nodejs/node/commit/d549a34597d8d9f8489de748e42eefdd148d0bef Landed on v12.x in https://github.com/nodejs/node/commit/375f349760d141b37abe5e7119aab243426eb2f4 Did not land on v10.x or v8.x

targos avatar Dec 13 '19 16:12 targos

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

github-actions[bot] avatar Aug 15 '20 00:08 github-actions[bot]