From 1f6582f7d0c0b8d14e0fe6a10721c01dbc257117 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 19 Apr 2024 10:29:42 +0200 Subject: [PATCH] chore: update deprecations for circle CI Signed-off-by: blam --- .changeset/migrate-1713465727782.md | 7 ------- .changeset/migrate-1713465921873.md | 2 +- plugins/circleci/package.json | 5 ++--- 3 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 .changeset/migrate-1713465727782.md diff --git a/.changeset/migrate-1713465727782.md b/.changeset/migrate-1713465727782.md deleted file mode 100644 index 29c186cd48..0000000000 --- a/.changeset/migrate-1713465727782.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@backstage/plugin-adr': patch -'@backstage/plugin-adr-backend': patch -'@backstage/plugin-adr-common': patch ---- - -These packages have been migrated to the [backstage/community-plugins](https://github.com/backstage/community-plugins) repository. diff --git a/.changeset/migrate-1713465921873.md b/.changeset/migrate-1713465921873.md index 47918fc80d..82e9e426aa 100644 --- a/.changeset/migrate-1713465921873.md +++ b/.changeset/migrate-1713465921873.md @@ -2,4 +2,4 @@ '@backstage/plugin-circleci': patch --- -These packages have been migrated to the [backstage/community-plugins](https://github.com/backstage/community-plugins) repository. +This package has been deprecated in favour of the [Circle-CI](https://github.com/CircleCI-Public/backstage-plugin) plugin. Please migrate to that plugin instead. diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 117ba0d17e..d3cacc7f7a 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -3,8 +3,7 @@ "version": "0.3.34", "description": "A Backstage plugin that integrates towards Circle CI", "backstage": { - "role": "frontend-plugin", - "moved": "@backstage-community/plugin-circleci" + "role": "frontend-plugin" }, "publishConfig": { "access": "public", @@ -61,5 +60,5 @@ "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, - "deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-circleci instead." + "deprecated": "This package has been moved to the to the https://github.com/CircleCI-Public/backstage-plugin repository. You should migrate to using that instead." }