From 5c48ebb406a7939b91a70ee874975f1b97e2d77a Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 15 Feb 2021 15:55:02 -0500 Subject: [PATCH] release: Fix wrapping of log message --- src/bin/release.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/release.js b/src/bin/release.js index 85dffe12d..847637fd7 100644 --- a/src/bin/release.js +++ b/src/bin/release.js @@ -144,6 +144,7 @@ console.log('bin/buildForWindows.sh'); console.log('Visit https://github.com/ether/etherpad-lite/releases/new and create a new release ' + `with 'master' as the target and the version is ${newVersion}. Include the windows ` + 'zip as an asset'); -console.log(`Once the new docs are uploaded then modify the download - links (replace ${currentVersion} with ${newVersion} on etherpad.org and then pull master onto develop`); +console.log('Once the new docs are uploaded then modify the download links (replace ' + + `${currentVersion} with ${newVersion} on etherpad.org and then pull master onto ` + + 'develop)'); console.log('Finally go public with an announcement via our comms channels :)');