Skip to content

Commit 8a31f0c

Browse files
docs: update README examples to reference @v4
Co-Authored-By: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com>
1 parent 6cf3276 commit 8a31f0c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
token: ${{ secrets.OPENAPI_SYNC_TOKEN }}
3232
- name: Update API with Fern
33-
uses: fern-api/sync-openapi@v3
33+
uses: fern-api/sync-openapi@v4
3434
with:
3535
update_from_source: true
3636
token: ${{ secrets.OPENAPI_SYNC_TOKEN }}
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v4
6565
- name: Sync OpenAPI spec to target repo
66-
uses: fern-api/sync-openapi@v3
66+
uses: fern-api/sync-openapi@v4
6767
with:
6868
repository: <your-org>/<your-target-repo>
6969
token: ${{ secrets.<PAT_TOKEN_NAME> }}
@@ -114,12 +114,12 @@ The GitHub token used for this action must have:
114114

115115
This project uses GitHub Releases to publish new versions. When a release is published, a workflow automatically updates the major and minor version tags so consumers stay up to date.
116116

117-
For example, publishing release `v3.1.0` will:
118-
- Force-update the `v3` tag (so `@v3` users get the update)
119-
- Force-update the `v3.1` tag (so `@v3.1` users get the update)
117+
For example, publishing release `v4.1.0` will:
118+
- Force-update the `v4` tag (so `@v4` users get the update)
119+
- Force-update the `v4.1` tag (so `@v4.1` users get the update)
120120

121121
To release:
122122
1. Go to [Releases → Draft a new release](../../releases/new)
123-
2. Create a new tag (e.g., `v3.1.0`) following [semver](https://semver.org/)
123+
2. Create a new tag (e.g., `v4.0.1`) following [semver](https://semver.org/)
124124
3. Click **Publish release**
125125

0 commit comments

Comments
 (0)