From 89ae72622158c4f9d6d45cab254dda21ab2a32ab Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 23 Dec 2020 13:46:36 +0000 Subject: [PATCH] script: close console log in release script... --- bin/release.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.js b/bin/release.js index a0d342ec2..50c2d314b 100644 --- a/bin/release.js +++ b/bin/release.js @@ -57,5 +57,5 @@ console.log('Once merged into master please run the following commands'); console.log(`git tag -a ${newVersion} && git push origin master`); console.log(`cd ether.github.com && git add . && git commit -m ${newVersion} docs`); -console.log('Once the new docs are uploaded then modify the download link on etherpad.org and then pull master onto develop'; +console.log('Once the new docs are uploaded then modify the download link on etherpad.org and then pull master onto develop'); console.log('Finally go public with an announcement via our comms channels :)');