janhoy commented on code in PR #4604: URL: https://github.com/apache/solr/pull/4604#discussion_r3521964125
########## changelog/unreleased/PR#4604-update-google-errorprone.yml: ########## @@ -0,0 +1,8 @@ +# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc +title: Update com.google.errorprone to 2.50.0 and fix/suppress new bug patterns (ReferenceEquality, JdkObsolete, NotJavadoc, TypeParameterQualifier) +type: dependency_update Review Comment: Let's discuss on dev@ how to improve how we handle changelogs in general. It's three aspects to this: * Changelog entries included with normal PRs filed by humans - training contributors into writing them correctly and for the right audience * Changelog entries auto written for solrbot PRs (all of them `dependency_update`) * What does the RM do with all the files in `changelog/unreleased/*` during a release? Does it include weeding, filtering, rewriting, deduplicating, consolidating changelogs (like a RM typically did with CHANGES.txt)? Could be a nice LLM skill... -- 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]
