Skip to content

Commit

Permalink
Update release script to push tags and commits
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsarpit committed Sep 27, 2021
1 parent d77e4eb commit e5c57d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' })

0 comments on commit e5c57d1

Please sign in to comment.