mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: git tag without signature
This commit is contained in:
parent
71e2678a92
commit
46768caaaf
1 changed files with 2 additions and 2 deletions
|
|
@ -174,8 +174,8 @@ try {
|
||||||
console.log('Merging develop into master...');
|
console.log('Merging develop into master...');
|
||||||
run('git merge --no-ff --no-edit develop');
|
run('git merge --no-ff --no-edit develop');
|
||||||
console.log(`Creating ${newVersion} tag...`);
|
console.log(`Creating ${newVersion} tag...`);
|
||||||
run(`git tag -s '${newVersion}' -m '${newVersion}'`);
|
run(`git tag -a '${newVersion}' -m '${newVersion}'`);
|
||||||
run(`git tag -s 'v${newVersion}' -m 'v${newVersion}'`);
|
run(`git tag -a 'v${newVersion}' -m 'v${newVersion}'`);
|
||||||
console.log('Switching back to develop...');
|
console.log('Switching back to develop...');
|
||||||
run('git checkout develop');
|
run('git checkout develop');
|
||||||
console.log('Merging master into develop...');
|
console.log('Merging master into develop...');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue