src: fix node_version.h#50375
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Oct 24, 2023
Merged
Conversation
Contributor
|
Fast-track has been requested by @joyeecheung. Please 👍 to approve. |
targos
requested changes
Oct 24, 2023
Member
Yes, I think we're missing a step for semver major releases in the release process to bump the major version on |
Member
Member
Author
|
Something is wrong with the test, if I change it to 22.0.0: |
Member
|
@joyeecheung you probably need to fix the IS_RELEASE macro at the same time. I think the bug slipped through because both mistakes happened. |
Member
Author
|
Maybe we should just skip the test when it's not run on a release? |
Member
Author
|
Oh, I see, it was supposed to skip, but NODE_VERSION_IS_RELEASE wasn't updated either. |
- Fix the version for main branch as 22.0.0 - Fix the NODE_VERSION_IS_RELEASE flag for the main branch This would allow test/parallel/test-release-changelog.js to pass again on the main branch.
06fd739 to
c770105
Compare
aduh95
approved these changes
Oct 24, 2023
targos
approved these changes
Oct 24, 2023
aduh95
approved these changes
Oct 24, 2023
Contributor
|
Fast-track has been requested by @joyeecheung. Please 👍 to approve. |
richardlau
approved these changes
Oct 24, 2023
Collaborator
lpinca
approved these changes
Oct 24, 2023
This was referenced Oct 24, 2023
Collaborator
Collaborator
|
Landed in 89a26b4 |
Member
22 tasks
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
- Fix the version for main branch as 22.0.0 - Fix the NODE_VERSION_IS_RELEASE flag for the main branch This would allow test/parallel/test-release-changelog.js to pass again on the main branch. PR-URL: nodejs#50375 Fixes: nodejs#50373 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This would allow test/parallel/test-release-changelog.js
to pass again on the main branch.
Fixes: #50373