From 1e6dca868bd78d8cca47fcc449e8184baa1ef9d9 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Tue, 28 Feb 2023 12:29:00 +0100 Subject: [PATCH] Mention bumper plugin in npm docs --- docs/npm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/npm.md b/docs/npm.md index 2784fa47..62e7c2e1 100644 --- a/docs/npm.md +++ b/docs/npm.md @@ -116,6 +116,9 @@ version. This option may become deprecated, it is recommended to use `versionArg Monorepos do not require extra configuration, but release-it handles only one package at a time. Also see how [Git steps can be skipped](#skip-git-steps). This is useful if, for instance, tagging the Git repo should be skipped. +To bump multiple `package.json` files in a monorepo to the same version, use the +[@release-it/bumper](https://github.com/release-it/bumper) plugin. + For Yarn workspaces, see the [release-it-yarn-workspaces](https://github.com/rwjblue/release-it-yarn-workspaces) plugin. ## Miscellaneous