Skip to content

Commit

Permalink
chore: add tag creation in prepare-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 11, 2024
1 parent e72df99 commit d7ab92e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prepare-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ async function main() {
execSync('pnpm lint:prettier --write')

execSync(`git commit -am "chore(release): bump version to ${newVersion}"`)

execSync(`git tag -a v${newVersion} -m "v${newVersion}"`)
}

main().catch((err) => {
Expand Down

0 comments on commit d7ab92e

Please sign in to comment.