-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Release Process
Tim van der Meij edited this page Nov 2, 2024
·
32 revisions
- Make sure there are no release blockers before continuing.
- Checkout the most recent code:
git fetch upstream && git checkout upstream/master && npm install - Generate the ZIP files:
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.
- Update
pdfjs.config:- Bump the stable version number.
- Bump the major/minor version number of the
versionPrefixand set thebaseVersionto the commit ID of the merge commit (only if necessary).
- Share the new release in the Matrix channel.