Rust based release manager for JS/TS monorepos, heavily inspired by Vite+ ❤️
publish changelog rust release bun pnpm changeset version bump node
0

Configure Feed

Select the types of activity you want to include in your feed.

Revert "fix: skip GitHub release in napi prepublish"

This reverts commit f541349ef9630005e1f7091bdc925433b264ea9f.

+1 -1
+1 -1
package.json
··· 89 89 "format:toml": "taplo format", 90 90 "lint": "vp lint .", 91 91 "prepare": "vp config", 92 - "prepublishOnly": "napi prepublish -t npm --no-gh-release", 92 + "prepublishOnly": "napi prepublish -t npm", 93 93 "test": "ava" 94 94 } 95 95 }