-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
break(cli): require
generators.yml
to be present if using OpenAPI (#…
- Loading branch information
Showing
41 changed files
with
1,849 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
packages/cli/cli-migrations/src/migrations/0.41.0-rc0/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { VersionMigrations } from "../../types/VersionMigrations"; | ||
import RequireGeneratorsYml from "./require-generators-yml"; | ||
|
||
const versionMigrations: VersionMigrations = { | ||
version: "0.41.0-rc0", | ||
migrations: [RequireGeneratorsYml] | ||
}; | ||
|
||
export default versionMigrations; |
Oops, something went wrong.