Skip to content

Commit

Permalink
Add release note about patch release quick check (deephaven#5507)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored May 21, 2024
1 parent 36c3ba9 commit c67d5d7
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 @@ -133,6 +133,9 @@ $ git --no-pager log --oneline vX.Y.0..release/vX.Y.1
# Compare output to expected PR list for missing or extraneous PRs
```

It's also best practice to ensure that the cherry-picks compile, as there can sometimes be changes that cherry-pick cleanly, but don't compile.
`./gradlew quick` is recommended as a quick validation that things look ok.

### 3. Push to upstream

Triple-check things look correct, the release is a "GO", and then start the release process by pushing the release branch to upstream:
Expand Down

0 comments on commit c67d5d7

Please sign in to comment.