From d22ab25e9337ee564a56ccd29ef667df3bfa9dd6 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 24 Sep 2022 15:42:21 +0200 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 1 + 1 file changed, 1 insertion(+) 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: