Update CHANGELOG_V12.md#29716
Update CHANGELOG_V12.md#29716XhmikosR wants to merge 1 commit intonodejs:masterfrom XhmikosR:patch-1
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 <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #29716 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Remove redundant escape
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes