chore: update release
This commit is contained in:
parent
7d6dc6e484
commit
850df645bd
1 changed files with 7 additions and 1 deletions
|
|
@ -20,4 +20,10 @@ console.log('Checkout main branch')
|
|||
await git.checkout('main')
|
||||
|
||||
console.log('Deleting local release branch')
|
||||
await git.branch(['-D', 'release'])
|
||||
await git.branch(['-D', 'release'])
|
||||
|
||||
// TODO: handle multiple remotes with a data structure
|
||||
console.log('Push tags')
|
||||
await git.push(['--tags'])
|
||||
await git.push(['--tags', 'gh'])
|
||||
await git.push(['--tags', 'sh'])
|
||||
Loading…
Reference in a new issue