Skip to content

Commit 990111b

Browse files
jcaudlemabuyo
andauthored
docs: Point Federation Version Support doc to Changelog (#8689)
Co-authored-by: Michelle Mabuyo <[email protected]>
1 parent 465c2d0 commit 990111b

File tree

4 files changed

+6
-411
lines changed

4 files changed

+6
-411
lines changed

RELEASE_CHECKLIST.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ Start following the steps below to start a release PR. The process is **not ful
241241
- Run our compliance checks and update the `licenses.html` file as appropriate.
242242
- Ensure we're not using any incompatible licenses in the release.
243243
244-
7. **MANUALLY CHECK AND UPDATE** the `federation-version-support.mdx` to make sure it shows the version of Federation which is supported by the Routter.
245-
246244
11. Now, review and stage he changes produced by the previous step. This is most safely done using the `--patch` (or `-p`) flag to `git add` (`-u` ignores untracked files).
247245
248246
```

apollo-federation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Any version may have breaking API changes, as this API is expected to only be u
2525
Instead, the version number matches exactly that of the `apollo-router` crate version using it.
2626

2727
This version number is **not** that of the Apollo Federation specification being implemented.
28-
See [Router documentation](https://www.apollographql.com/docs/router/federation-version-support/)
28+
See the [Apollo Federation Changelog](https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/reference/versions)
2929
for which Federation versions are supported by which Router versions.
3030

3131
## Contributing

apollo-federation/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! Instead, the version number matches exactly that of the `apollo-router` crate version using it.
1111
//!
1212
//! This version number is **not** that of the Apollo Federation specification being implemented.
13-
//! See [Router documentation](https://www.apollographql.com/docs/router/federation-version-support/)
13+
//! See the [Apollo Federation Changelog](https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/reference/versions)
1414
//! for which Federation versions are supported by which Router versions.
1515
1616
#![warn(

0 commit comments

Comments
 (0)