changesets

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-04-28 14:43:20 +02:00
parent efd766ea62
commit 27956d7867
4 changed files with 16 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-openapi-utils': patch
---
Adjusted README accordingly after the generated output now has a `.generated.ts` extension
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Adjusted the OpenAPI schema file name according to the new structure
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': minor
---
Generated OpenAPI files now have a `.generated.ts` file name and a warning header at the top, to highlight that they should not be edited by hand.
@@ -51,7 +51,7 @@ import {
validateRequestBody,
} from './util';
import type { ApiRouter } from '@backstage/backend-openapi-utils';
import spec from '../schema/openapi';
import spec from '../schema/openapi.generated';
import { PluginTaskScheduler } from '@backstage/backend-tasks';
/**