Skip to content

Commit 0178bd8

Browse files
committed
chore: typo in release config
1 parent ed3a06b commit 0178bd8

File tree

3 files changed

+5885
-1
lines changed

3 files changed

+5885
-1
lines changed

.releaserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414

1515
- - "@semantic-release/exec"
1616
- verifyReleaseCmd: echo "new-release-version=${nextRelease.version}" >> $GITHUB_OUTPUT
17-
- prepareCommand: uv version ${nextRelease.version}
17+
prepareCommand: uv version ${nextRelease.version}
1818

1919
- - "@semantic-release/git"
2020
- message: 'chore(release): ${nextRelease.version} \n\n${nextRelease.notes}'

0 commit comments

Comments
 (0)