-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Release Process
Tim van der Meij edited this page Oct 27, 2018
·
32 revisions
The objective is to release a version every six weeks. Ideally this should be one week before Firefox uplift dates; see https://wiki.mozilla.org/RapidRelease/Calendar.
Update the pdfjs.config
file:
- Bump the major/minor version number of the
versionPrefix
. - Set
baseVersion
to the commit ID of the merged commit.
git fetch upstream
git checkout upstream/master
- Run
gulp publish
to generate the zip - Create github release
- add release notes
- attach zip generated from above
- mark as pre-release
- Remove pre-release flag from previous beta release
- Eat cake, cookie or any other treat