diff --git a/Release-Process.md b/Release-Process.md index 8caa500..8340829 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -1,3 +1,4 @@ +1. Make sure there are no [release blockers](https://github.com/mozilla/pdf.js/issues?q=is%3Aissue+is%3Aopen+label%3Arelease-blocker) before continuing. 1. Checkout the most recent code: `git fetch upstream && git checkout upstream/master` 1. Generate the ZIP files: `gulp publish` 1. Create the release on GitHub: