From 18e741acec7da190a808f2d3ab2a6e46cefc9021 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sun, 30 Sep 2018 12:24:12 +0800 Subject: [PATCH] - Docs: Avoid unnecessary step in checkout --- docs/ReleaseInstructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ReleaseInstructions.md b/docs/ReleaseInstructions.md index b3bb35a4..c8c584b8 100644 --- a/docs/ReleaseInstructions.md +++ b/docs/ReleaseInstructions.md @@ -34,7 +34,6 @@ The above steps can be done on a fork and committed via a pull request. 3. Copy `build/svg-edit-X.Y.Z/`, `build/svg-edit-X.Y.Z-src.tar.gz`, and `build/svg-edit-X.Y.Z.zip` to a temporary directory. --> -1. Ensure you are on the `master` branch with `git checkout master`. 1. Switch to the `gh-pages` branch with `git checkout gh-pages`. 1. Run the `build.js` executable (`npm run build` if within the project root directory).