-
Notifications
You must be signed in to change notification settings - Fork 10k
Release Process
Tim van der Meij edited this page Nov 2, 2024
·
32 revisions
-
Make sure there are no release blockers before continuing.
-
Create the release artifacts:
$ git fetch mozilla $ git checkout mozilla/master $ npm install $ npx gulp publish
-
Create the release on GitHub:
- Go to https://github.com/mozilla/pdf.js/releases/new.
- Name the release and tag
v{version}
, with the version from the name of the ZIP file. - Attach the ZIP files from the step above.
- Write the release notes using the "Generate release notes" button.
- Wait until that the
latest
tag is updated on NPM by the GitHub Actions workflow.
-
Bump the stable version number in
pdfjs.config
-
Share the new release in the Matrix channel.