You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AutoMerge/guidelines.jl
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,33 @@ function meets_name_match_check(
322
322
return (true, "")
323
323
end
324
324
325
+
# This check checks for an explanation of why a breaking change is breaking
326
+
const guideline_breaking_explanation =Guideline(;
327
+
info ="Release notes have not been provided that explain why this is a breaking change.",
328
+
docs ="If this is a breaking change, release notes must be given that explain why this is a breaking change (i.e. mention \"breaking\"). To update the release notes, please see the \"Providing and updating release notes\" subsection under \"Additional information\" below.",
0 commit comments