nchammas opened a new pull request, #703: URL: https://github.com/apache/spark-website/pull/703
Add a linter that identifies common issues with release notes so we can catch them before making a release. Those issues include: - URL format is incorrect. This could be because of the date, the version, or something else. - A non-maintenance release does not include a section with highlights. I limited some of the checks to releases from 2025 onwards so as not to flags long past releases that really don't need fixing. The only recent releases that need adjusting are a couple from last year which have the wrong URL format. The linter script is pure Python with no external dependencies. It includes some quick tests. [As proposed here.](https://github.com/apache/spark-website/pull/702#discussion_r3589719642) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
