Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Dec 8, 2023
2 parents 58840bc + 07bdb4d commit 0659620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoMerge/guidelines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function meets_repo_url_requirement(pkg::String; registry_head::String)
end

function _invalid_sequential_version(reason::AbstractString)
return false, "Does not meet sequential version number guideline: $reason", :invalid
return false, "Does not meet sequential version number guideline: $(reason). If this was intentional, please leave a comment saying so. Otherwise please correct the version number in your package and re-trigger registration.", :invalid
end

function _valid_change(old_version::VersionNumber, new_version::VersionNumber)
Expand Down

0 comments on commit 0659620

Please sign in to comment.