Registrator.jl
Registrator.jl copied to clipboard
A registrator PR should close any open registry PRs for the same package
If you register the wrong ~~package~~ version number or do something else that needs fixing manually with a new @JuliaRegistrator register Registrator should close existing PRs for the same package and reference the new PR in the comments.
It shouldn't be necessary for someone to close them manually.
See: https://github.com/JuliaRegistries/General/pull/26452
Error while trying to register: Register Failed @rafaqz, it looks like you are not a publicly listed member/owner in the parent organization (JuliaRegistries). If you are a member/owner, you will need to change your membership to public. See GitHub Help
Youvare not supposed to change the version number between such fixes.
If you register the wrong ~~package~~ version number
Here changing the version number is the fix. e.g I accidentally registered the wrong version number because I forgot to register the previous patch version. But registering the right version does not remove the erroneous PR.
I'm not sure what else I'm meant to do in this situation?