Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Sep 17, 2024
1 parent 733399a commit fecf765
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 85 deletions.
19 changes: 1 addition & 18 deletions fern/apis/fdr/definition/generators/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,13 @@ imports:
commons: ./commons.yml

types:
CliReleaseTagEnum:
enum:
- name: fern_definition
value: "Fern Definition"
- name: openapi
value: "OpenAPI"
- name: asyncapi
value: "AsyncAPI"
- name: grpc
value: "gRPC"

CliReleaseTag:
discriminated: false
union:
- string
- CliReleaseTagEnum

BaseCliRelease:
properties:
irVersion:
type: integer
docs: The major version of the IR that this CLI exposes.
tags:
type: optional<list<CliReleaseTag>>
type: optional<list<string>>
docs: Tags to categorize the CLI release.

CliReleaseRequest:
Expand Down
7 changes: 4 additions & 3 deletions fern/apis/fdr/definition/generators/commons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ types:
properties:
type: ChangelogEntryType
summary: string
pullRequestUrl:
type: optional<string>
links:
type: optional<list<string>>
docs: |
The URL to the pull request that introduced this change. This is optional for backcompat.
Any URLs that are relevant to the change, such as a PR or issue. This is optional for backcompat.
You do not always need to specify the URL as the CLI can fill it in with the current PR, but given you can choose to not
release within the same PR as the change is introduced, this should be specified for divorcing the two.
upgradeNotes: optional<string>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fecf765

Please sign in to comment.