From 9342b8dff3a46fc487fd818b2f4491950cb9d353 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Thu, 10 Apr 2014 10:20:40 -0700 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index cd80a39..8121c8c 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -1,10 +1,12 @@ Overview: Release a version every six weeks. Ideally this should be one week before Firefox uplift dates, see https://wiki.mozilla.org/RapidRelease/Calendar 1. [Update pdf.js on mozilla central.](https://github.com/mozilla/pdf.js/wiki/Updating-pdf.js-on-Mozilla-Central) -1. Get review. If there's feedback, fix it and return to step 1. -1. Update the AMO addon with the final reviewed version from above. -1. Create a tag and push it github. -``` -git tag v0.4.11 -m "v0.4.11 Firefox 17" -git push upstream v0.4.11 -``` +1. `git checkout ` +1. Run `node make dist` to generate the zip and update pdfjs.confg +1. Create a PR with pdfjs.config changes +1. Create github release + 2. add release notes + 2. attach zip generated from above + 2. mark as pre-release +1. Remove pre-release flag from previous beta release +1. Eat cake