Merge pull request #15107 from SayakMukhopadhyay/master

fix: remove deprecated `create-plugin` script
This commit is contained in:
Fredrik Adelöw
2022-12-28 16:19:34 +01:00
committed by GitHub
11 changed files with 19 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/create-app': patch
---
Remove deprecated `create-plugin` script from the `default-app` template's `package.json.hbs`.
Also, update the documentation to not mention the `create-plugin` script and instead mention
the `new` script.