From a0718342df10840dfdef45331f4bdfa7e063f8c2 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 27 Oct 2018 16:30:55 +0200 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Release-Process.md b/Release-Process.md index a64f3b1..4121156 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -13,6 +13,8 @@ Update the `pdfjs.config` file: 1. `git checkout upstream/master` 1. Create the ZIP file: `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. Label the existing release as stable 1. Label the new release as pre-release