From b7fdbcc367724279881cc01ea12321579959948a Mon Sep 17 00:00:00 2001 From: Stan Brubaker <120737309+stanbrub@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:24:41 -0700 Subject: [PATCH] RELEASE.MD Added PR verification step after cherry pick (#4846) --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 6c70ba50161..3bc643c6d78 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -111,6 +111,9 @@ $ git cherry-pick <...> # See https://github.com/deephaven/deephaven-core/issues/3466 for future improvements to this process. $ ... $ 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 ``` ### 3. Push to upstream