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

Update releases-servicing.md w/ new release version + roadmap link #22489

Merged
merged 2 commits into from
Oct 18, 2024
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: 4 additions & 4 deletions docs/reference/releases-servicing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ nav_order: 1

# ONNX Runtime releases

The current ONNX Runtime release is [1.18](https://github.com/microsoft/onnxruntime/releases/tag/v1.18.0).
The **current release** can be found [here](https://github.com/microsoft/onnxruntime/releases/latest).

The next release is ONNX Runtime release 1.19.
More information about the **next release** can be found [here](https://onnxruntime.ai/roadmap).

Official releases of ONNX Runtime are managed by the core ONNX Runtime team. A new release is published approximately every quarter, and the upcoming roadmap can be found [here](https://github.com/microsoft/onnxruntime/wiki/Upcoming-Release-Roadmap).
Official releases of ONNX Runtime are managed by the core ONNX Runtime team. A new release is published approximately every quarter, and **past releases** can be found [here](https://github.com/microsoft/onnxruntime/releases).

Releases are versioned according to [Versioning](https://github.com/microsoft/onnxruntime/blob/main/docs/Versioning.md) and release branches are prefixed with "rel-". Patch releases may be published periodically between full releases and have their own release branch.
Releases are versioned according to [Versioning](https://github.com/microsoft/onnxruntime/blob/main/docs/Versioning.md), and release branches are prefixed with "rel-". Patch releases may be published periodically between full releases and have their own release branch.

ONNX Runtime releases commit to backwards compatibility. To report a regression, please [file a Github issue](https://github.com/microsoft/onnxruntime/issues/new/choose).

Expand Down
Loading