You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action reminds collaborators of the upcoming
major release date. In the future, this action can
also update and create the branches (that's why the
action name is generic).
PR-URL: #56199
Refs: #55732
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
--title "Upcoming Node.js Major Release ($VERSION)" \
40
+
--body-file -<<EOF
41
+
A reminder that the next Node.js **SemVer Major release** is scheduled for **${RELEASE_DATE}**.
42
+
All commits that were landed until **${PR_MAX_DATE}** (one month prior to the release) will be included in the next semver major release. Please ensure that any necessary preparations are made in advance.
43
+
For more details on the release process, consult the [Node.js Release Working Group repository](https://github.com/nodejs/release).
0 commit comments