We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45441ce commit 524358cCopy full SHA for 524358c
scripts/release.ts
@@ -32,6 +32,8 @@ release({
32
console.log(colors.dim(changelog.slice(index, nextH2Pos).trim()))
33
},
34
generateChangelog: async (pkgName, version) => {
35
+ // for @vitejs/plugin-rsc, use `pnpm -C packages/plugin-rsc changelog`
36
+ // and adjust CHANGELOG.md manually.
37
if (pkgName === 'plugin-rsc') return
38
39
if (pkgName === 'plugin-react-swc') {
0 commit comments