Add changesets

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-01-21 15:27:12 +01:00
parent cbf43cee68
commit aeb5c69abb
3 changed files with 15 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/cli': patch
---
Introduces two new parameters to the `backstage-cli versions:bump` command.
The first one is `--release-line <main|next>` bump packages to the latest `main` or `next` release.
`--backstage-release <version>` is used to bump packages to a specific backstage release.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/release-manifest': patch
---
Introduces a new release-manifest package with utilities for fetching release manifests.
This package will primarily be used by the `@backstage/cli` package.
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/release-manifest",
"description": "Package information for ",
"version": "0.0.1",
"description": "Helper library for receiving release manifests",
"version": "0.0.0",
"private": false,
"main": "src/index.ts",
"types": "src/index.ts",