Skip to content

Commit 3261da0

Browse files
committed
chore: update README
1 parent a636fea commit 3261da0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @vitejs/release-scripts
22

3-
This repo is used to share release & publish scripts for the org. Scripts should be executed from the workspace root via `tsx scripts/release.ts`
3+
This repo is used to share release & publish scripts for the org. Scripts should be executed from the workspace root via `node scripts/release.ts`
44

55
## prepareRelease
66

@@ -36,8 +36,7 @@ const release = detectReleaseCommit({
3636
});
3737
```
3838

39-
Use `extractChangelogEntry({ changelogPath, version })` to obtain the Markdown body for a
40-
GitHub release or release PR.
39+
Use `extractChangelogEntry({ changelogPath, version })` to obtain the Markdown body for a GitHub release or release PR.
4140

4241
## release
4342

0 commit comments

Comments
 (0)