From cbb3aa231bc564320bb8c38a7a940dfdcd0bcfeb Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 7 Feb 2022 11:20:08 +0100 Subject: [PATCH] Update changeset Signed-off-by: Johan Haals --- .changeset/cold-houses-type.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/cold-houses-type.md b/.changeset/cold-houses-type.md index 6aa466755d..a4dee63dd9 100644 --- a/.changeset/cold-houses-type.md +++ b/.changeset/cold-houses-type.md @@ -2,6 +2,6 @@ '@backstage/cli': patch --- -Introduces two new parameters to the `backstage-cli versions:bump` command. -The first one is `--release-line ` bump packages to the latest `main` or `next` release. -`--backstage-release ` is used to bump packages to a specific backstage release. +Introduces a new `--release` parameters to the `backstage-cli versions:bump` command. +The release can be either a specific version for example `0.99.1`, or the latest `main` or `next` release. +The default behavior is to bump the latest `main` release.