From c7cdcb7b01389ff36369799241f908dc27644e80 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 29 Oct 2022 19:38:21 +0200 Subject: [PATCH] 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. --- Release-Process.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 8340829..a002edc 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -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`.