chore: update release

This commit is contained in:
ayo 2026-04-02 18:10:54 +02:00
parent 7d6dc6e484
commit 850df645bd

View file

@ -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'])