diff --git a/scripts/release.ts b/scripts/release.ts index e170c92..d70dfa5 100644 --- a/scripts/release.ts +++ b/scripts/release.ts @@ -55,3 +55,4 @@ for (const pkg of packages) { execSync('git add .', { stdio: 'inherit' }) execSync(`git commit -m "release: v${version}"`, { stdio: 'inherit' }) execSync(`git tag -a v${version} -m "v${version}"`, { stdio: 'inherit' }) +execSync(`git push --follow-tags`, { stdio: 'inherit' })