ReleaseOps.writeChangelog() is currently broken because the local-import shelljs module doesn't add String.prototype.to(). I'm honestly not sure how this ever worked - I tried locking the version of shelljs to 0.8.3 and 0.8.2 and the problem persisted in both (we have ^0.8.3 in package.json).
I'll follow up with another PR after the 7.0.0 release that goes back to the local-import shelljs module and adds tests for writeChangelog() (we currently don't have any).
ReleaseOps.writeChangelog()
is currently broken because the local-importshelljs
module doesn't addString.prototype.to()
. I'm honestly not sure how this ever worked - I tried locking the version ofshelljs
to 0.8.3 and 0.8.2 and the problem persisted in both (we have^0.8.3
inpackage.json
).I'll follow up with another PR after the 7.0.0 release that goes back to the local-import
shelljs
module and adds tests forwriteChangelog()
(we currently don't have any).