scripts: include v in release number to fix rleease script docs

pull/4631/head
John McLear 2021-01-05 16:45:14 +00:00
parent 68ca3fcdbd
commit 6012a9a480
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ child_process.execSync(`git push origin release/${newVersion}`);
child_process.execSync(`make docs`);
child_process.execSync(`git clone git@github.com:ether/ether.github.com.git`);
child_process.execSync(`cp -R out/doc/ ether.github.com/doc/${newVersion}`);
child_process.execSync(`cp -R out/doc/ ether.github.com/doc/v${newVersion}`);
console.log('Once merged into master please run the following commands');
console.log(`git tag -a ${newVersion} -m ${newVersion} && git push origin master`);