Skip to content

Commit

Permalink
RELEASE.MD Added PR verification step after cherry pick (#4846)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Nov 16, 2023
1 parent 81a90cb commit b7fdbcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7fdbcc

Please sign in to comment.