-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Update CHANGELOG_V12.md #29716
Update CHANGELOG_V12.md #29716
Conversation
I believe the changelogs are partially generated by https://github.com/nodejs/changelog-maker (cc @nodejs/releasers) and the escaping is done in https://github.com/nodejs/changelog-maker/blob/867cf90110b3539d33f503360df1a94840bfd868/commit-to-output.js#L5-L8 so this will keep happening unless the tooling is updated. |
Upstream issue nodejs/changelog-maker#58 I think we should get this fixed there before merging this because it'll just keep happening. |
It's not really blocked by the upstream change, but I labeled it |
I haven't forgotten about this. I've just made a few PRs upstream and I try to make this work cross-platform before I get to the point to play with the regex, which is quite tricky by itself. Any help welcome. |
Landed in a8956e4 |
PR-URL: nodejs#29716 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #29716 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Remove redundant escape
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes