docs(self-hosted): add versions to avoid upgrading to#17388
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Comment on lines
+65
to
66
| - 26.4.0 (issues around `InconsistentMigrationHistory` during database migration) | ||
| As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path: |
There was a problem hiding this comment.
Bug: Missing blank line between last list item and "As an example" paragraph causes it to render as part of the list item.
Severity: LOW
Suggested Fix
Add a blank line between line 65 (- 26.4.0 (issues around ...)) and line 66 (As an example if one wants to go from...) to properly separate the list from the following paragraph.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: develop-docs/self-hosted/releases.mdx#L65-L66
Potential issue: The PR removed the blank line that previously separated the
bullet-point list ("Versions to avoid upgrading to") from the "As an example" paragraph.
In Markdown/MDX, without a blank line after the last list item (`- 26.4.0 ...`), the
subsequent "As an example if one wants to go from `22.8.0` to `24.2.0`..." text will be
rendered as a continuation of the last bullet point rather than as a standalone
paragraph. This makes important upgrade path instructions visually subordinate to an
unrelated list item, potentially confusing self-hosted users trying to follow the
upgrade guide.
Did we get this right? 👍 / 👎 to inform future reviews.
chargome
approved these changes
Apr 20, 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.
This needs to be documented somehow.