mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Added changelog, bumped windows bundled NodeJS version.
Added necessary git tag when executing the release script.
This commit is contained in:
parent
d273af9eab
commit
165257dfef
3 changed files with 14 additions and 1 deletions
|
@ -160,6 +160,7 @@ try {
|
|||
run('git merge --no-ff --no-edit develop');
|
||||
console.log(`Creating ${newVersion} tag...`);
|
||||
run(`git tag -s '${newVersion}' -m '${newVersion}'`);
|
||||
run(`git tag -s 'v${newVersion}' -m 'v${newVersion}'`);
|
||||
console.log('Switching back to develop...');
|
||||
run('git checkout develop');
|
||||
console.log('Merging master into develop...');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue