diff --git a/Release-Process.md b/Release-Process.md index d287bb1..807d2c5 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -1,10 +1,10 @@ 1. `git fetch upstream` 1. `git checkout upstream/master` -1. Create the ZIP file: `gulp publish` +1. Create the ZIP files: `gulp publish` 1. Create the release on GitHub: 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 file from the step above and include release notes + 1. Attach the ZIP files from the step above and include 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. Check the box for this release being a pre-release!