release: Fix wrapping of log message
parent
5816fd5f2f
commit
5c48ebb406
|
@ -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 :)');
|
||||||
|
|
Loading…
Reference in New Issue