chore: Updates for release process (#13632)

* Fix Appveyor URL

* Update docs to reflect current process

Also added troubleshooting steps.
This commit is contained in:
John Kleinschmidt 2018-07-12 08:53:07 -04:00 committed by Charles Kerr
parent facb210f64
commit 6b5ccec0c6
2 changed files with 58 additions and 52 deletions

View file

@ -120,7 +120,7 @@ async function callAppVeyor (targetBranch, job, options) {
let appVeyorResponse = await makeRequest(requestOpts, true).catch(err => {
console.log('Error calling AppVeyor:', err)
})
const buildUrl = `https://windows-ci.electronjs.org/project/AppVeyor/electron/build/${appVeyorResponse.version}`
const buildUrl = `https://windows-ci.electronjs.org/project/AppVeyor/${appVeyorJobs[job]}/build/${appVeyorResponse.version}`
console.log(`AppVeyor release build request for ${job} successful. Check build status at ${buildUrl}`)
}