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
Copy file name to clipboardExpand all lines: dev-tools/scripts/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,15 @@ Each YAML file complies with the schema outlined in `dev-docs/changelog.adoc`.
186
186
187
187
Validates changelog folder structure and feature distribution across development branches (main, stable, release). See dev-docs for more.
188
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