We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b1373 commit 313cb28Copy full SHA for 313cb28
README.md
@@ -35,4 +35,4 @@ To trigger the generators run:
35
fern release <version>
36
```
37
38
-This command currently runs in a GitHub workflow (see [ci.yml](.github/workflows/ci.yml#L32))
+This command currently runs in a GitHub workflow (see [ci.yml](.github/workflows/ci.yml#L32))
fern/api/generators.yml
@@ -16,3 +16,7 @@ release:
16
password: ${FERN_MAVEN_TOKEN}
17
github:
18
repository: ravenappdev/raven-java
19
+ - name: fernapi/fern-openapi
20
+ version: 0.0.10
21
+ github:
22
+ repository: ravenappdev/raven-openapi
0 commit comments