Skip to content

Comments

Enhance release notes#3066

Open
adriendupuis wants to merge 4 commits into5.0from
enh-release-notes
Open

Enhance release notes#3066
adriendupuis wants to merge 4 commits into5.0from
enh-release-notes

Conversation

@adriendupuis
Copy link
Contributor

@adriendupuis adriendupuis commented Feb 23, 2026

Question Answer
JIRA Ticket N/A
Versions 5.0, 4.6
Edition All
  • Add "First release" pill for vX.0.0 and first release of an LTS Update (so "New feature" can continue to be used for a relevant feature addition to an existing package)
  • Add compatible editions to LTS Update entries when missing
  • Add version number when missing
  • Filter right side bar ToC as well
image

Checklist

  • Text renders correctly
  • Text has been checked with vale
  • Description metadata is up to date
  • Redirects cover removed/moved pages
  • Code samples are working
  • PHP code samples have been fixed with PHP CS fixer
  • Added link to this PR in relevant JIRA ticket or code PR

@github-actions
Copy link

Preview of modified files

Preview of modified Markdown:

@adriendupuis adriendupuis marked this pull request as ready for review February 23, 2026 16:34
Copy link
Contributor Author

@adriendupuis adriendupuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some possible improvements but not sure they worth it.

Copy link
Contributor

@mnocon mnocon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really like the idea, I'd just call it "initial release" instead of "first release"

[[% set version = 'v4.6.15' %]]
[[= release_note_entry_begin("AI Actions " + version, '2024-12-13', ['LTS Update', 'New feature']) =]]

[[= release_note_entry_begin("AI Actions " + version, '2024-12-13', ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature']) =]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[[= release_note_entry_begin("AI Actions " + version, '2024-12-13', ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature']) =]]
[[= release_note_entry_begin(
"AI Actions " + version,
'2024-12-13',
['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature'
]) =]]

Extremely nitpicking, but what do you think about formatting it like this for future usages? No need to change the existing ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, when you have almost all pills on, it was hard to read.


#### Search

- New search criterion: [IsBookmarked](isbookmarked_criterion.md)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- New search criterion: [IsBookmarked](isbookmarked_criterion.md)
- New search criterion: [`IsBookmarked`](isbookmarked_criterion.md)

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants