You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SOLR-17979 Improve release tooling during 9.10 release (#3808)
- Port tool parseContributorsFromChanges.py to use logchange
- Release Wizard improvements for 9.10.0:
- support for persisting vars in commands
- changed logchange steps
- Many improvements in the 1-time changes2logchange.py utility
- Bug fix changes2html.py to handle ALPHA/BETA releases
- New validateChangelogs.py tool
Validates changelog folder structure and feature distribution across development branches (main, stable, release). See dev-docs for more.
188
+
189
+
### parseContributorsFromChanges.py
190
+
191
+
Extracts unique author names from all YAML changelog files in a version folder and outputs them as a comma-separated list sorted alphabetically. Used by RM to assemble release notes.
192
+
193
+
usage: parseContributorsFromChanges.py <version>
194
+
195
+
# Example: Extract contributors for version 9.10.0
0 commit comments