-
-
Notifications
You must be signed in to change notification settings - Fork 112
Notes on preparing history files
Darcy Wong edited this page Sep 9, 2024
·
3 revisions
Use GitHub version comparisons to see exact set of changes for each release, for example, the following links determines which changes landed in 11.0.1308.0. Then you will need to manually filter the commit log for pull requests that are merged (e.g. the commit message will say Merge pull request #...
), and filter those again by visual inspection for the relevant platform:
and management/release-report.php (which is currently private but hope to add to repo at some point)
The command to get a list of changes is
node ./resources/build/version/ report-history -b stable-17.0 -t $GITHUB_TOKEN