GitHub nowadays provides a button for generating the changelogs, so we no longer need our custom script that also wasn't compatible with Python 3.

Tim van der Meij 2022-10-29 19:38:21 +02:00
parent d22ab25e93
commit c7cdcb7b01

@ -5,9 +5,7 @@
1. Navigate to https://github.com/mozilla/pdf.js/releases/new.
1. Call the release and tag `v{version}` and insert the version from the name of the ZIP file.
1. Attach the ZIP files from the step above.
1. Include the release notes:
1. Clone https://github.com/brendandahl/pdf.js.utils.
2. Run `python2 release.py {last_pr_number}`, where `{last_pr_number}` is the last PR number (without hash) in the release notes of the existing release.
1. Write the release notes, using the "Generate release notes" button for the commits.
1. Verify that the `latest` tag is updated on NPM and that `pdfjs-dist` got a new commit. This may take some time.
1. Update `pdfjs.config`:
1. Bump the major/minor version number of the `versionPrefix`.