Document cron-first version bumps after docs-eng approval - #3901
Draft
shainaraskas wants to merge 2 commits into
Draft
Document cron-first version bumps after docs-eng approval#3901shainaraskas wants to merge 2 commits into
shainaraskas wants to merge 2 commits into
Conversation
When the highest-version lifecycle in a multi-lifecycle applies_to was
unreleased (e.g. `stack: deprecated, removed 10.0` with current 9.4.2),
the catch-all fallback synthesised "Planned" badge text but left
ShowLifecycleName=true, so the badge rendered the lifecycle name
("Removed") and the forced text ("Planned") side by side.
Honour the documented "use previous lifecycle" rule: when the highest
candidate is future/unreleased, prefer a lower-version applicability
that is current or has no version (so `stack: deprecated, removed 10.0`
now renders as "Stack | Deprecated"). Only fall back to a synthesised
"Removal planned"/"Deprecation planned"/"Planned" label — with
ShowLifecycleName=false — when every applicability is unreleased.
Closes #3537
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Writers merge the docs-builder PR; staging and prod follow cron, with the old manual steps as backup. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Label error. Requires exactly 1 of: automation, breaking, bug, changelog:skip, chore, ci, dependencies, documentation, enhancement, feature, fix, redesign. Found: |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Note: this branch is 2 commits ahead of
main. The extra commit is an applies-to badge fix that was already on the local base; the contribute pages (release-new-version.md,branching-strategy.md) are not onmaintoday (they redirect to assembler environments docs).Test plan
docs/contribute/release-new-version.mdand confirm merge is manual, cron is staging/prod, backup steps are intact.Made with Cursor