Skip to content

Commit

Permalink
fix: typo (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Sep 9, 2024
1 parent b93ab3a commit 06bb426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (version === "major") {
next.patch++;
} else {
if (!next.prerelease) {
exitError(`Unknown prelease version`);
exitError(`Unknown prerelease version`);
}

if (next.prerelease[0] === version) {
Expand Down

0 comments on commit 06bb426

Please sign in to comment.