JuliaRegistries / Registrator.jl

Julia package registration bot
https://julialang.org/packages
Other
210 stars 47 forks source link

Using subdir=... when tagging uses the wrong description #412

Open tpoisot opened 1 year ago

tpoisot commented 1 year ago

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.

cortner commented 10 months ago

What would happen if there is not Project.toml in the root, but only in the subdir?