package.json and CHANGELOG.md, commits the changes, and creates an annotated git tag.
Usage
Examples
Options
| Option | Description | Default |
|---|---|---|
--module | Limit the release to the package or module with this name. | All packages and modules |
feat yields a minor bump, otherwise a patch bump. After releasing, the command asks whether to push commits and tags to the remote; confirming runs bun install, commits bun.lock, and pushes.