docs(docs/install/releases): backport release calendar to release/2.36 - #28011
Merged
Conversation
The release calendar in docs/install/releases/index.md is refreshed only on main via releasetui. coder.com/docs serves versioned pages (e.g. /docs/v2.36) from the release/* branches, so the v2.36 page still shows the stale calendar captured when release/2.36 was cut: 2.36 as "Not Released", 2.35 as Mainline, 2.34 as Stable (ESR), 2.33 as Security Support. Backport the current calendar from main so the v2.36 page matches the correct schedule. Generated by Coder Agents on behalf of @mtojek.
Contributor
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
Contributor
|
👋 Hey @mtojek! This PR is targeting the Only bug fixes should be cherry-picked to release branches. If this is a bug fix, please update the PR title to match the conventional commit format: If this is not a bug fix, it likely should not target a release branch. |
johnstcn
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport the current release calendar from
maintorelease/2.36so the versionedv2.36docs page shows the correct schedule instead of the stale one frozen when the branch was cut.Opened as a draft by Coder Agents on behalf of @mtojek.