From bd061aa8f666ef58f93f3aa55f7beec016b201ae Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 2 Nov 2024 20:08:42 +0100 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 7638626..324f531 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -1,12 +1,12 @@ 1. Make sure there are no [release blockers](https://github.com/mozilla/pdf.js/issues?q=is%3Aopen+label%3Arelease-blocker) before continuing. 1. Create the release artifacts: -``` + ``` $ git fetch mozilla $ git checkout mozilla/master $ npm install $ npx gulp publish -``` + ``` 1. Create the release on GitHub: 1. Go to https://github.com/mozilla/pdf.js/releases/new. 1. Name the release and tag `v{version}`, with the version from the name of the ZIP file.