Skip to content

Commit b92d9b7

Browse files
authored
Merge branch 'main' into camille/update-format-option
2 parents c8545bf + 1436c82 commit b92d9b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
158158
> Note: If you're installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
159159
160160
```bash
161-
curl -sSL https://rover.apollo.dev/nix/v0.9.2-rc.0 | sh
161+
curl -sSL https://rover.apollo.dev/nix/v0.10.0 | sh
162162
```
163163

164164
You will need `curl` installed on your system to run the above installation commands. You can get the latest version from [the curl downloads page](https://curl.se/download.html).
@@ -176,7 +176,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
176176
> Note: If you're installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
177177
178178
```bash
179-
iwr 'https://rover.apollo.dev/win/v0.9.2-rc.0' | iex
179+
iwr 'https://rover.apollo.dev/win/v0.10.0' | iex
180180
```
181181

182182
#### npm installer

docs/source/ci-cd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
### Displaying schema check results on GitHub pull requests
6161
62-
If you use GitHub Actions to automatically run [schema checks](/studio/schema-checks/) on every pull request ([as shown below](#full-example)), you can install the [Apollo Studio GitHub app](https://github.com/marketplace/apollo-studio) to provide links to the results of those checks alongside your other pull request checks:
62+
If you use GitHub Actions to automatically run [schema checks](/studio/schema-checks/) on every pull request ([as shown below](#full-example-1)), you can install the [Apollo Studio GitHub app](https://github.com/marketplace/apollo-studio) to provide links to the results of those checks alongside your other pull request checks:
6363
6464
<img class="screenshot" src="./assets/checks-result.jpg" width="550"/>
6565

latest_plugin_versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repository": "https://github.com/apollographql/federation-rs",
44
"versions": {
55
"latest-0": "v0.37.1",
6-
"latest-2": "v2.1.4"
6+
"latest-2": "v2.2.1"
77
}
88
}
9-
}
9+
}

0 commit comments

Comments
 (0)