You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something I've noticed working on a monorepo is that using @\JuliaRegistrator register subdir="foo" will open the correct pull request for the package located at foo, but using the description of the Project.toml located at the root, and not in foo/Project.toml.
This isn't a massive problem (everything works), but the packages metadata are wrong as they inherit the wrong description field.
The text was updated successfully, but these errors were encountered:
Something I've noticed working on a monorepo is that using
@\JuliaRegistrator register subdir="foo"
will open the correct pull request for the package located atfoo
, but using the description of theProject.toml
located at the root, and not infoo/Project.toml
.This isn't a massive problem (everything works), but the packages metadata are wrong as they inherit the wrong description field.
The text was updated successfully, but these errors were encountered: