Merge pull request #9092 from backstage/mob/versions-bump2
cli: Add versions:bump params for bumping to specific releases
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Introduces a new `--release` parameter 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 to the latest `main` release.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/release-manifests': patch
|
||||
---
|
||||
|
||||
Introduces a new package with utilities for fetching release manifests.
|
||||
This package will primarily be used by the `@backstage/cli` package.
|
||||
Reference in New Issue
Block a user