mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-07 16:11:12 +01:00
32
Release Process
Tim van der Meij edited this page 2024-11-02 20:08:42 +01:00
-
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
latesttag 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.