mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
script: close console log in release script...
This commit is contained in:
parent
ece7fd896c
commit
89ae726221
1 changed files with 1 additions and 1 deletions
|
@ -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 :)');
|
||||
|
|
Loading…
Reference in a new issue