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

Remove release script from package.json. #9

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

rwjblue
Copy link
Owner

@rwjblue rwjblue commented Aug 12, 2019

Removing release script because of issues when running under yarn. Specifically, yarn release (even with publishConfig setting the registry) will think it is not authenticated properly. Ultimately, this is just too error prone, so instead we should use release-it globally installed instead.

Plays nicely with #8

Removing `release` script because of issues when running under `yarn`.
Specifically, `yarn release` (even with `publishConfig` setting the
registry) will think it is not authenticated properly. Ultimately, this
is just too error prone, so instead we should use `release-it` globally
installed instead.
@rwjblue rwjblue merged commit af31bc3 into master Aug 12, 2019
@rwjblue rwjblue deleted the remove-release-from-scripts branch August 12, 2019 14:43
@rwjblue rwjblue added the bug Something isn't working label Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant