From 1716e5914ca159919efd1657379573d64569f440 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 24 Sep 2023 12:12:55 +0200 Subject: [PATCH] Remove issue filter: PRs can also be release blockers --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index a002edc..f6fc9e5 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -1,4 +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. Make sure there are no [release blockers](https://github.com/mozilla/pdf.js/issues?q=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: