Skip to content

Commit

Permalink
Merge #456
Browse files Browse the repository at this point in the history
456: Fix docs for `guideline_patch_release_does_not_narrow_julia_compat` r=ericphanson a=ericphanson

Ref #455 (comment)

Co-authored-by: Eric Hanson <[email protected]>
  • Loading branch information
bors[bot] and ericphanson authored Aug 5, 2022
2 parents 05d18ea + 29e7cca commit b98ce77
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 @@ -149,7 +149,7 @@ function meets_compat_for_all_deps(working_directory::AbstractString, pkg, versi
end

const guideline_patch_release_does_not_narrow_julia_compat = Guideline(;
info="If it is a patch release, then it does not narrow the `[compat]` range for `julia`.",
info="If it is a patch release on a post-1.0 package, then it does not narrow the `[compat]` range for `julia`.",
check=data -> meets_patch_release_does_not_narrow_julia_compat(
data.pkg,
data.version;
Expand Down

0 comments on commit b98ce77

Please sign in to comment.