Skip to content

Commit 8e611a8

Browse files
aduh95MikeMcC399
andauthored
Apply suggestions from code review
Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent edf1129 commit 8e611a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/pages/en/blog/announcements/evolving-the-nodejs-release-schedule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ version of Node.js, which can let us detect ecosystem breakage and notify the
6666
package authors ahead of the release.
6767

6868
This is different from [Nightly builds](https://nodejs.org/download/nightly/), which remain
69-
available as automated untested builds from `main` – Alpha release may not contain all changes from
69+
available as automated untested builds from `main` – Alpha releases may not contain all changes from
7070
`main`, a change may be not included in an Alpha release if:
7171

7272
- during Pull Request review, reviewers add a label requesting the change to not be backported
7373
(e.g. if an API is getting runtime deprecated in an Alpha release, the change actually removing
7474
that API should not land until the next release line).
75-
- during the Alpha release preparation, the releaser ultimately which commits actually makes the
75+
- during the Alpha release preparation, the releaser ultimately decides which commits actually make the
7676
release (e.g. if a dependency update contains a major bug).
7777

7878
**Who it's for:** Library authors and CI pipelines testing compatibility with

0 commit comments

Comments
 (0)