Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for patching old releases #5597

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,12 @@ $ git push upstream go/vX.Y.Z

### 11. Deephaven.io release

The (non-public) [deephaven.io](https://github.com/deephaven/deephaven.io) `next` branch needs to be merged into `main`.
Ping Margaret.
Verify that [Reference API Docs](https://deephaven.io/core/docs/#reference-guides) point to the latest version and that
version X.Y.Z is present. _(In the case of a patch on an old release, this may not be the version just built.)_
- ex. https://deephaven.io/core/release/vX.Y.Z/javadoc
- ex. https://deephaven.io/core/javadoc

The (non-public) [deephaven.io](https://github.com/deephaven/deephaven.io) `next` branch needs to be merged into `main`. Ping Margaret.

### 12. Deephaven images

Expand Down
Loading