-
Notifications
You must be signed in to change notification settings - Fork 47
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
Intentional version skip #426
Comments
Error while trying to register: Register Failed |
An alternative idea is to let RegistryCI recognize a comment containing |
Currently, Registrator.jl passes information to RegistryCI.jl via the PR text. For example, here is where it parses the PR body to find the commit that is being registered. So one option is to:
|
Sometimes I want to register a package in General that skips a version, but Automerge will complain about this. In those cases, to avoid having to ping people to manually merge the registration PR, it would be nice if we could do something like:
so that it is clear that the version skip is intentional. I'm not sure if it's possible for Registrator.jl to communicate somehow with the rules in RegistryCI to tell it to bypass this particular check?
(Ups, seems the
JuliaRegistrator
call above actually called the bot, sorry about that)The text was updated successfully, but these errors were encountered: