deepakpanda93 opened a new pull request, #17644: URL: https://github.com/apache/hudi/pull/17644
### Describe the issue this Pull Request addresses This PR updates the way release notes are presented on the Hudi website. Previously, each release version had its own page, which resulted in multiple pages for minor and patch releases. This change groups release notes of the same X.Y release series into a single page. For example: - Release-1.0 now contains 1.0.0, 1.0.0-beta1, 1.0.0-beta2, 1.0.1, 1.0.2 - Release-0.14 now contains 0.14.0, 0.14.1 <img width="804" height="371" alt="image" src="https://github.com/user-attachments/assets/086e8483-c4d6-41ef-bf5f-a1b4fa481677" /> ### Summary and Changelog - Grouped release notes pages by major.minor version (X.Y) instead of creating a page per patch/minor release. - Updated Docusaurus config to redirect old /release-x.y.z URLs to the new /release-x.y pages. ### Impact None ### Risk Level none ### Documentation Update - The release notes documentation has been updated to reflect grouped pages. - Docusaurus configuration updated for URL redirects. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
