JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

Fix sequential version message #546

Closed ericphanson closed 7 months ago

ericphanson commented 7 months ago

in #539 I placed the message in the wrong spot, as revealed by https://github.com/JuliaRegistries/General/pull/99875#issuecomment-1917615690, which still says

Does not meet sequential version number guideline: version 3.1.3 skips over 3.1.2. If this was intentional, please leave a comment saying so. Otherwise please correct the version number in your package and re-trigger registration.

instead of the intended new message directing the author to approve if desired.

I've bumped the version here so we can release the bugfix right away.