Skip to content

Commit 9013073

Browse files
fix: update versioning commands in PACKAGE_MANAGERS.md for consistency
1 parent 5441215 commit 9013073

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PACKAGE_MANAGERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ If you're working on a new feature or a major update and want users to test it *
141141
4. Bump version (choose one):
142142

143143
```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
144+
npm version patch && pnpm run build
145+
npm version minor && pnpm run build
146+
npm version major && pnpm run build
147147

148148
```
149149

0 commit comments

Comments
 (0)