Remove no longer used files from asset validation (#13372)

Also removed temporary sha value needed for initial 3.0.0-beta.1
This commit is contained in:
John Kleinschmidt 2018-06-27 14:12:11 -04:00 committed by Shelley Vohr
parent 93edf2edd3
commit 7d27c91400
2 changed files with 1 additions and 4 deletions

View file

@ -75,7 +75,7 @@ async function getReleaseNotes (currentBranch) {
let githubOpts = {
owner: 'electron',
repo: 'electron',
base: `2a97e48465a3af9e5448a8d06c1d65d16c516e8f`,
base: `v${pkg.version}`,
head: currentBranch
}
let releaseNotes