Added changelog, bumped windows bundled NodeJS version.

Added necessary git tag when executing the release script.
This commit is contained in:
SamTV12345 2023-12-11 20:09:45 +01:00
parent d273af9eab
commit 165257dfef
3 changed files with 14 additions and 1 deletions

View file

@ -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...');