release: Fix wrapping of log message

pull/4792/head
Richard Hansen 2021-02-15 15:55:02 -05:00 committed by John McLear
parent 5816fd5f2f
commit 5c48ebb406
1 changed files with 3 additions and 2 deletions

View File

@ -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 ' + 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 ` + `with 'master' as the target and the version is ${newVersion}. Include the windows ` +
'zip as an asset'); 'zip as an asset');
console.log(`Once the new docs are uploaded then modify the download console.log('Once the new docs are uploaded then modify the download links (replace ' +
links (replace ${currentVersion} with ${newVersion} on etherpad.org and then pull master onto develop`); `${currentVersion} with ${newVersion} on etherpad.org and then pull master onto ` +
'develop)');
console.log('Finally go public with an announcement via our comms channels :)'); console.log('Finally go public with an announcement via our comms channels :)');