fix: update detection of changelog links#573
Conversation
The Node.js `CHANGELOG.md` file was changed so that `_` characters in links are now escaped. Refs: nodejs/node#40322
Codecov Report
@@ Coverage Diff @@
## main #573 +/- ##
=======================================
Coverage 82.57% 82.57%
=======================================
Files 35 35
Lines 1750 1750
=======================================
Hits 1445 1445
Misses 305 305 Continue to review full report at Codecov.
|
|
I put HTML comments in the README to remind people (including myself) of tooling that needs to be updated if the format of certain parts change. Maybe we can/should do that for CHANGELOG too? https://github.com/nodejs/node/blame/master/README.md#L159-L160 |
Sounds reasonable. |
The Node.js
CHANGELOG.mdfile was changed so that_characters inlinks are now escaped.
Refs: nodejs/node#40322
Note that we'll need to update again after nodejs/node#40475 but for now this needs to work against the current
v16.x-stagingbranch.