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 45a2561 commit 4b71649Copy full SHA for 4b71649
README.md
@@ -11,6 +11,7 @@ Forked from [`version-bump-prompt`](https://github.com/JS-DevTools/version-bump-
11
- Confirmation before bumping.
12
- Enable `--commit` `--tag` `--push` by default. (opt-out by `--no-push`, etc.)
13
- `-r` or `--recursive` to bump all packages in the monorepo.
14
+- `--npm-tag` to update the npm publish tag (e.g. `latest`, `next`, `beta`) in `package.json`.
15
- `--execute` to execute the command, or execute a function before committing.
16
- Conventional Commits by default.
17
- Ships ESM and CJS bundles.
0 commit comments