Merge pull request #15854 from backstage/freben/scaffolder-node
create new package scaffolder-node
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-sentry': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
---
|
||||
|
||||
Internal refactor to use the new `@backstage/plugin-scaffolder-node` package for some functionality
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-node': minor
|
||||
---
|
||||
|
||||
New package that takes over some of the types and functionality from `@backstage/plugin-scaffolder-backend` that are shared with other modules
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
**Deprecations**: The following are deprecated and should instead be imported from the new package `@backstage/plugin-scaffolder-node`:
|
||||
|
||||
- `ActionContext`
|
||||
- `createTemplateAction`
|
||||
- `TaskSecrets`
|
||||
- `TemplateAction`
|
||||
Reference in New Issue
Block a user