-
Notifications
You must be signed in to change notification settings - Fork 232
pub publish
is not picking symbolic links
#2699
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
Comments
pub publlish
is not picking symbolic linkspub publish
is not picking symbolic links
(A) Should multiple packages really have the same README ? I'm wondering if it's a good idea to allow symlinks at all? We probably should scan packages on |
@jonasfj It makes sense e.g. for having the same license in every package. |
… READMEs (#1457) # Description * update AudioCache explanation (closes #1256) * replace package README.md symlinks with files, and switched main README file to `audioplayers` package (#1433, dart-lang/pub#2699) * update migration guide to use Changelog * update contribution guide * update parity table
Environment
pub version
orflutter pub version
: 2.10.2Problem
I have a mono repo containing multiple packages that I want to publish. Since all projects share the same
README.md
, I put theREADME.md
in the root and put a link in all projects. The directory structure looks like this,When I want to publish package1, I
cd
into the package1 directory, and runpub publish
. But the command fails with an error saying the link is broken.Expected behavior
I want it to work well.
Actual behavior
It shows an error like this,
--trace output
This is a section from
--trace
output that I think is relevant to the error.The text was updated successfully, but these errors were encountered: