Skip to content
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

Fix: use global-import shelljs #38

Merged
merged 2 commits into from
May 8, 2020
Merged

Fix: use global-import shelljs #38

merged 2 commits into from
May 8, 2020

Conversation

kaicataldo
Copy link
Member

@kaicataldo kaicataldo commented May 8, 2020

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).

@kaicataldo kaicataldo added bug and removed triage labels May 8, 2020
@kaicataldo kaicataldo merged commit d6439b3 into master May 8, 2020
@kaicataldo kaicataldo deleted the shelljs-fix branch May 8, 2020 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants