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 5441215 commit 9013073Copy full SHA for 9013073
1 file changed
PACKAGE_MANAGERS.md
@@ -141,9 +141,9 @@ If you're working on a new feature or a major update and want users to test it *
141
4. Bump version (choose one):
142
143
```bash
144
-npm run version:patch # Patch release: small bug fixes, no new features
145
-npm run version:minor # Minor release: new features, no breaking changes
146
-npm run version:major # Major release: breaking changes and significant updates
+npm version patch && pnpm run build
+npm version minor && pnpm run build
+npm version major && pnpm run build
147
148
```
149
0 commit comments