Fix wording on patch-family upgrade pages (4.2.2.x, 4.3.1.x)#428
Open
trikimiki wants to merge 2 commits into
Open
Fix wording on patch-family upgrade pages (4.2.2.x, 4.3.1.x)#428trikimiki wants to merge 2 commits into
trikimiki wants to merge 2 commits into
Conversation
fix misleading patch upgrade (no script run) notes
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.
Description
Summary
a2373cdcb77510b24a4de27b744e1f394e623f7d:patchableFromfield onUpgradeVersion, set on the three 4.3.1.x entries. Templates fall back tobaseVersionwhen unset, so every other upgrade page renders byte-identical to before.112b33c207786ee4d3927bc160d1e6848c1acd5b:LATEST_PATCH_VERSIONSset in the model (no per-entry flag to maintain).Type of change
src/content/docs/**)src/content/_includes/**)src/components/**,src/styles/**)src/pages/**,src/data/**)src/data/redirects.ts)releaseskill)Upgrade-instruction page templates (src/pages/docs/.../upgrade-instructions/[platform]/[familySlug].astro, CE + PE) and the upgrade-version data model (src/models/upgrade-instructions.ts).
Affected products
PE + CE upgrade docs
Related issues
Checklist
pnpm checkpasses (Astro / TypeScript)pnpm lint:eslintpassespnpm lint:slugcheckpasses (required if pages were added/renamed/moved across languages)pnpm lint:linkcheckpasses locally — required to merge; run it before requesting review (usepnpm lint:linkcheck:nobuildif you already ran a build)src/data/redirects.ts, andpnpm generate:redirectswas runsrc/data/versions.ts