Merge pull request #9092 from backstage/mob/versions-bump2

cli: Add versions:bump params for bumping to specific releases
This commit is contained in:
Johan Haals
2022-02-09 09:35:01 +01:00
committed by GitHub
16 changed files with 787 additions and 63 deletions
+7
View File
@@ -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.
+6
View File
@@ -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.