There was an error while loading. Please reload this page.
1 parent a636fea commit 3261da0Copy full SHA for 3261da0
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# @vitejs/release-scripts
2
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`
+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`
4
5
## prepareRelease
6
@@ -36,8 +36,7 @@ const release = detectReleaseCommit({
36
});
37
```
38
39
-Use `extractChangelogEntry({ changelogPath, version })` to obtain the Markdown body for a
40
-GitHub release or release PR.
+Use `extractChangelogEntry({ changelogPath, version })` to obtain the Markdown body for a GitHub release or release PR.
41
42
## release
43
0 commit comments