mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
435 B
435 B
bun pm version
Manage the
versionfield inpackage.json. More information: https://bun.com/docs/pm/cli/pm#version.
- Display the current package version:
bun pm version
- Set a specific version:
bun pm version {{9.0.1}}
- Bump the version using a semantic version type:
bun pm version {{major|minor|patch|premajor|preminor|prepatch|prerelease}}
- Set the version based on Git tags:
bun pm version from-git