Skip to content

Commit

Permalink
chore: stay on main branch for releases (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jul 10, 2024
1 parent f1c9774 commit 6d1c12e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prepare-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ async function main() {
await writeChangelog(changelog)
execSync('pnpm lint:prettier --write')

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

Expand Down

0 comments on commit 6d1c12e

Please sign in to comment.