You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ This repository also contains number of [example subgraph implementations](https
11
11
12
12
See [CONTRIBUTING.md](./CONTRIBUTING.md) for general contribution guidelines and [Apollo Federation Subgraph Maintainers Implementation Guide](./SUBGRAPH_GUIDE.md) for subgraph implementation instructions. Once you've completed the implementations instructions, feel free to create a PR and we'll review it. If you have any questions please open a GitHub issue on this repository.
13
13
14
+
## Release
15
+
16
+
This project is released through Github Actions. To release a new version simply create a new [GH release tag](https://github.com/apollographql/apollo-federation-subgraph-compatibility/releases) with a target release version. Release workflow will then automatically build and publish new NPM packages.
17
+
14
18
## Contact
15
19
16
20
If you have a specific question about the testing library or code, please start a discussion in the [Apollo community forums](https://community.apollographql.com/).
0 commit comments