diff --git a/.changeset/fair-doors-bathe.md b/.changeset/fair-doors-bathe.md index f28bf5a0e5..bbb5f238ee 100644 --- a/.changeset/fair-doors-bathe.md +++ b/.changeset/fair-doors-bathe.md @@ -2,4 +2,4 @@ '@backstage/repo-tools': patch --- -Remove exported `const` objects from the `modelEnum` template files for the server and client, as they were causing issues when defining `enum` schemas +Fixed a bug where linting would fail with the generated clients when defining top-level `enum` schema values.