Skip to content

Commit 524358c

Browse files
committed
chore: comment release.ts
1 parent 45441ce commit 524358c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ release({
3232
console.log(colors.dim(changelog.slice(index, nextH2Pos).trim()))
3333
},
3434
generateChangelog: async (pkgName, version) => {
35+
// for @vitejs/plugin-rsc, use `pnpm -C packages/plugin-rsc changelog`
36+
// and adjust CHANGELOG.md manually.
3537
if (pkgName === 'plugin-rsc') return
3638

3739
if (pkgName === 'plugin-react-swc') {

0 commit comments

Comments
 (0)