Skip to content

Commit 313cb28

Browse files
Add OpenAPI generator (#18)
1 parent f5b1373 commit 313cb28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ To trigger the generators run:
3535
fern release <version>
3636
```
3737

38-
This command currently runs in a GitHub workflow (see [ci.yml](.github/workflows/ci.yml#L32))
38+
This command currently runs in a GitHub workflow (see [ci.yml](.github/workflows/ci.yml#L32))

fern/api/generators.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ release:
1616
password: ${FERN_MAVEN_TOKEN}
1717
github:
1818
repository: ravenappdev/raven-java
19+
- name: fernapi/fern-openapi
20+
version: 0.0.10
21+
github:
22+
repository: ravenappdev/raven-openapi

0 commit comments

Comments
 (0)