diff --git a/.changeset/chilled-phones-unite.md b/.changeset/chilled-phones-unite.md new file mode 100644 index 0000000000..43eae219bc --- /dev/null +++ b/.changeset/chilled-phones-unite.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-pagerduty': patch +--- + +This plugin has been deprecated, consider using [@pagerduty/backstage-plugin](https://github.com/pagerduty/backstage-plugin) instead diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index f013337f49..43a64e22b1 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -65,5 +65,6 @@ "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, - "configSchema": "config.d.ts" + "configSchema": "config.d.ts", + "deprecated": "This plugin has been deprecated, consider using [@pagerduty/backstage-plugin](https://github.com/pagerduty/backstage-plugin) instead." }