mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
release: Fix wrapping of log message
This commit is contained in:
parent
5816fd5f2f
commit
5c48ebb406
1 changed files with 3 additions and 2 deletions
|
@ -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 :)');
|
||||
|
|
Loading…
Reference in a new issue