From 6d5f4c4e24ce224a55e0b77af9ba60fa2b4e7592 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Thu, 3 Sep 2020 23:20:45 +0200 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 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!