Skip to content

Commit e42616a

Browse files
authored
doc: add minutes for meeting 2024-12-12 (#1067)
1 parent 82d65ca commit e42616a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

doc/meetings/2024-12-12.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Node.js Release WorkGroup Meeting 2024-12-12
2+
3+
## Links
4+
5+
* **Recording**: https://www.youtube.com/watch?v=xhiA6qJdIu8
6+
* **GitHub Issue**: https://github.com/nodejs/Release/issues/1064
7+
* **Minutes Google Doc**: https://docs.google.com/document/d/1DxNxqf85wvd6aVhZeOLif1X6cWYwytlAb3uVos6XpYQ
8+
9+
## Present
10+
11+
* Release team: @nodejs/release
12+
* Ruy Adorno @ruyadorno
13+
* Michael Zasso @targos
14+
* Rafael Gonzaga: @RafaelGSS
15+
* Antoine du Hamel @aduh95
16+
* Richard Lau: @richardlau
17+
18+
## Announcements
19+
20+
* Richard: Have added additional tooling to check release assets on R2 staging prior to promotion.
21+
22+
## Agenda
23+
24+
### nodejs/node
25+
26+
* Warning for import assertions [#55873](https://github.com/nodejs/node/pull/55873)
27+
* It can no longer be removed when using the disable warning flag since the warning comes from v8
28+
29+
### nodejs/Release
30+
31+
* create-release-proposal Roadmap [#1061](https://github.com/nodejs/Release/issues/1061)
32+
* Fixed the attribution in the changelog but the commit is still authored by the bot
33+
* Potential to use the automation to also update the staging branch after editing it to remove a commit or change something
34+
* Antoine: I don't think that’s feasible without regressing on the security – currently commits landing on staging branches are signed by a trusted backporter, the automation would be much easier to impersonate.
35+
* Richard: having a shared signing key would require a bigger discussion, it would also be more risky as if it leaks, the whole Release team is compromised – compared to the current situation where, if a releaser private key leaks, it only affects them.
36+
* Backport queue automation PR [#56143](https://github.com/nodejs/node/pull/56143)
37+
* Antoine clarified that the goal is to have it be just an early validation of commits that will land cleanly while getting a report on what commits will need backporting
38+
* `git node staging` node-core-utils command [nodejs/node-core-utils/#875](https://github.com/nodejs/node-core-utils/pull/875)
39+
* Antoine would prefer to have an option for it to be interactive waiting for the releaser to decide on whether to amend the commit and continue or to skip and properly label the original PR with the backport requested label.
40+
* Release plan - v23.x Current [#1045](https://github.com/nodejs/Release/issues/1045)
41+
* Rafael will sign up to cut the next release
42+
* Release plan - v22.x Active LTS [#1001](https://github.com/nodejs/Release/issues/1001)
43+
* Ruy signed up to work on a release early in January
44+
* Release plan - v20.x Maintenance LTS [#855](https://github.com/nodejs/Release/issues/855)
45+
* Michael volunteered to work on the next release
46+
47+
## Upcoming Meetings
48+
49+
* **Node.js Project Calendar**: <https://nodejs.org/calendar>
50+
51+
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar.
52+

0 commit comments

Comments
 (0)