-
Notifications
You must be signed in to change notification settings - Fork 7.7k
doc: releases: clean up entry order #93290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: releases: clean up entry order #93290
Conversation
This can be forced with .. zephyr-keep-sorted-start re(^\w)
Title
=====
.. zephyr-keep-sorted-stop Only lines that start with a word are taken into account. |
You'd still find some unsorted entries 😅:
Sorting case insensitive would require some more effort |
Great idea, thank you. Going to update PR with this, so that this gets pulled into future migration guides as well :) |
e1b9873
0119c58
to
e1b9873
Compare
e1b9873
to
d6b4741
Compare
Should be updated now- added the same sorting to release notes, where it caught several things to sort |
doc/releases/migration-guide-4.2.rst
Outdated
@@ -164,6 +162,24 @@ Display | |||
the format expected by Zephyr. This change ensures proper behavior of both | |||
display and video capture samples. | |||
|
|||
Eeprom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be all caps since it is an acronym for "electrically erasable programmable read-only memory"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Clean up order of entries in the migration guide to be alphabetical. Combine two duplicate regulator sections, and move driver sections mistakenly placed under networking where they ought to be. Signed-off-by: Daniel DeGrasse <[email protected]>
Clean up order of entries to be alphabetically sorted in the "new apis" section Signed-off-by: Daniel DeGrasse <[email protected]>
Enforce sorting of entries, using zephyr-keep-sorted. This will make sure that entries don't get out of order again within the release notes or migration guide by throwing a compliance error. Note that autogenerated areas do not have this enforcement enabled. Signed-off-by: Daniel DeGrasse <[email protected]>
d6b4741
to
53ce308
Compare
|
Clean up order of entries in the migration guide and release notes to be alphabetical. Combine two duplicate regulator sections, and move driver sections mistakenly placed under networking where they ought to be.
Also, add zephyr-keep-sorted entries to migration guide and release notes to keep alphabetical order enforced.
Migration guide rendered from this PR: https://builds.zephyrproject.io/zephyr/pr/93290/docs/releases/migration-guide-4.2.html