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: Include ReadMe when publishing package #1435

Merged
merged 3 commits into from
Mar 8, 2021

Conversation

rschristian
Copy link
Member

What kind of change does this PR introduce?

Bugfix when publishing

Did you add tests for your changes?

No

Summary

Currently, the ReadMe is not included with the package when publishing it. This can be quite inconvenient as there's no documentation to go with the package.

It seems the last time the readme was included was back with 3.0.0-next.1. While there was an attempt to fix this with #806, it doesn't seem to have worked. I'm going to guess that this is because publishing happens from with packages/cli rather than the root.

This moves the copy & clean up commands into the cli package itself.

Does this PR introduce a breaking change?

No

@rschristian rschristian requested a review from a team as a code owner September 21, 2020 23:06
@changeset-bot
Copy link

changeset-bot bot commented Sep 21, 2020

🦋 Changeset detected

Latest commit: d107596

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
preact-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@developit
Copy link
Member

🦙!

@JoviDeCroock
Copy link
Member

This Pr will also need a changeset, you can do so by running yarn changeset at the root

@ForsakenHarmony ForsakenHarmony merged commit c33f020 into preactjs:master Mar 8, 2021
@preact-bot preact-bot mentioned this pull request Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants