Uh oh!
There was an error while loading. Please reload this page.
src: fix node_version.h - #50375
Merged
Merged
Conversation
Contributor
Fast-track has been requested by @joyeecheung. Please 👍 to approve. |
targos
requested changes
Oct 24, 2023
richardlau
commented
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 |
targos
commented
Oct 24, 2023
Member
joyeecheung
commented
Oct 24, 2023
MemberAuthor
Something is wrong with the test, if I change it to 22.0.0: |
targos
commented
Oct 24, 2023
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. |
joyeecheung
commented
Oct 24, 2023
MemberAuthor
Maybe we should just skip the test when it's not run on a release? |
joyeecheung
commented
Oct 24, 2023
MemberAuthor
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.
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
nodejs-github-bot
commented
Oct 24, 2023
Collaborator
lpinca
approved these changes
Oct 24, 2023
This was referenced Oct 24, 2023
nodejs-github-bot
commented
Oct 24, 2023
Collaborator
nodejs-github-bot
commented
Oct 24, 2023
Collaborator
Landed in 89a26b4 |
RafaelGSS
commented
Oct 25, 2023
Member
22 tasks
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 freeto 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