From a468f52c39e5286995ee0e4502a3400f36fcd849 Mon Sep 17 00:00:00 2001 From: stanbrub Date: Thu, 16 Nov 2023 07:01:39 -0700 Subject: [PATCH] Added another comment line --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e36938fc6a3..3bc643c6d78 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -112,7 +112,7 @@ $ git cherry-pick <...> $ ... $ git commit -m "Bump to X.Y.1" $ git --no-pager log --oneline vX.Y.0..release/vX.Y.1 - +# # Compare output to expected PR list for missing or extraneous PRs ```