The 9.6 release is upon us. I'd like to find a way of highlighting more prominently who contributed to the release in the release announcement. Something like:
Thank you to those who contributed to this release: David Smiley, Gus Heck, Christine Poerschke (Of course the actual list for 9.6 is much longer). Back when I started this thread, I wrote a script that I put up in a Gist: https://gist.github.com/dsmiley/876f37089778d7d8abb49ef6121b4e1a that parses CHANGES.txt, which I think is the ideal source for use in featuring people in a release announcement, but not ideal for project health / metrics. It's very rough; I don't really know Python but due to the miracles of ChatGPT, I get by. It includes false-positives so requires a bit of cleanup. This regexp needs improvement to reduce this, like requiring a newline after the trailing close-parenthesis. The input should not be hard-coded as well! Ultimately I'm hoping the script is cleaned up and tweaked to make it easy for the RM to run and incorporate into the notes. It can be contributed to dev-tools/scripts. WDYT folks? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org For additional commands, e-mail: dev-h...@solr.apache.org