diff --git a/.changeset/blue-hairs-marry.md b/.changeset/blue-hairs-marry.md new file mode 100644 index 0000000000..2ca1a3d47e --- /dev/null +++ b/.changeset/blue-hairs-marry.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli-node': patch +--- + +Added new plugin metadata fields to `BackstagePackageJson` type. diff --git a/.changeset/tasty-horses-breathe.md b/.changeset/tasty-horses-breathe.md new file mode 100644 index 0000000000..afd20e6c4a --- /dev/null +++ b/.changeset/tasty-horses-breathe.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Added a new `--publish` flag to the `repo fix` command. This command will validate and if possible generate the metadata required for publishing packages with the Backstage CLI. In addition, a check has been added that the `backstage.pluginId` and `backstage.pluginPackage(s)` fields are present when packing a package for publishing.