From 5764d76efa2cd6b9ab358bc8ccdd265a4408d300 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Mon, 16 Jul 2018 10:39:31 -0400 Subject: [PATCH] Fix formatting Add alternate url for security token (depends on whether you are using new or old navigation on VSTS) --- docs/development/releasing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/releasing.md b/docs/development/releasing.md index 7d5d4c006334..7145b98224bd 100644 --- a/docs/development/releasing.md +++ b/docs/development/releasing.md @@ -19,7 +19,7 @@ If you don't have an account, ask a team member to add you. * `CIRCLE_TOKEN`: Create a token from "Personal API Tokens" at https://circleci.com/account/api * `VSTS_TOKEN`: -Create a Personal Access Token at https://github.visualstudio.com/_details/security/tokens +Create a Personal Access Token at https://github.visualstudio.com/_usersSettings/tokens or https://github.visualstudio.com/_details/security/tokens with the scope of `Build (read and execute)`. * `ELECTRON_S3_BUCKET`: * `ELECTRON_S3_ACCESS_KEY`: @@ -299,7 +299,7 @@ node script/ci-release-build.js --ci=AppVeyor --ghRelease TARGET_BRANCH ``` Additionally you can pass a job name to the script to run an individual job, eg: -````sh +```sh node script/ci-release-build.js --ci=AppVeyor --ghRelease --job=electron-x64 TARGET_BRANCH ```