-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
In my case, I registered with the version "1.0.0-alpha" (which is not banned)
But currently I can do nothing since
In RegisteryCI https://github.com/JuliaRegistries/RegistryCI.jl/blob/bc393c7522d785fe501812ed36f0fd41119f6022/src/AutoMerge/guidelines.jl#L425 it calls diff = difference(old_version, new_version), and function difference is in https://github.com/JuliaRegistries/RegistryCI.jl/blob/bc393c7522d785fe501812ed36f0fd41119f6022/src/AutoMerge/semver.jl#L9 it throws an error if i'm trying to register "1.0.0"
It also stops me from trying to register "1.1.0" , it would tell me Does not meet sequential version number guideline: version 1.1.0 skips over 1.0.0
Metadata
Metadata
Assignees
Labels
No labels