-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v18.x backport] cli: add --watch
#44571
Conversation
Review requested:
|
Can you removed the |
done |
65e2c00
to
3a66d6f
Compare
@aduh95 what is the procedure of landing this into |
This comment was marked as outdated.
This comment was marked as outdated.
I know the rule for LTS is to leave it to the appropriate team: node/doc/contributing/collaborator-guide.md Lines 768 to 769 in 3ec8876
As v18.x is not (yet) LTS, the rule might be different, but I would leave it up to @nodejs/releasers to leave them full control over the release process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MoLow can you include the metadata to your commit according to item 9 of https://github.com/nodejs/node/blob/main/doc/contributing/backporting-to-release-lines.md guideline?
@RafaelGSS isn't that done by ncu upon landing? |
PR-URL: nodejs#44366 Backport-PR-URL: nodejs#44571 Fixes: nodejs#40429 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
3a66d6f
to
3a6c65b
Compare
@RafaelGSS added metadata and squashed - as discussed in slack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Landed in 4700ee5 |
It didn't land cleanly on the proposal branch. Can you please rebase and run the CI again? See #44799 (comment) |
@RafaelGSS the cause was a merge mess up resulting with both |
backport of #44366 with a fix for tests to skip
--import