docs: move 3.1.2 migration section to top of MIGRATION.md - #50
Merged
Conversation
The 3.1.1 → 3.1.2 section was inserted after 3.0.0 → 3.1.0, landing in the middle of the file ahead of older 2.x sections. Moved to the top so the newest migration is first. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Contributor
|
Droid finished @tyler5673's task —— View job Review summary: Docs-only change that cleanly relocates the 3.1.1 → 3.1.2 migration section; the remaining inconsistency is that 3.0.0 → 3.1.0 still appears after 2.5.0 → 3.0.0, so the guide is not fully newest-first. |
| ... | ||
| ``` | ||
|
|
||
| ## 2.5.0 → 3.0.0 |
Contributor
There was a problem hiding this comment.
[P2] Keep migration sections in consistent order
This moves 3.1.1 → 3.1.2 to the top, but the next section is 2.5.0 → 3.0.0 while 3.0.0 → 3.1.0 still appears later, so the guide is no longer newest-first. Consider moving 3.0.0 → 3.1.0 directly below 3.1.1 → 3.1.2 (or documenting the intended ordering rule) to avoid confusing readers looking for the next migration step.
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.
The 3.1.1 → 3.1.2 section was inserted after 3.0.0 → 3.1.0, landing in the middle of the file ahead of older 2.x sections. Moved to the top so the newest migration is first.