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
- refresh README, CONTRIBUTING
- remove stale references to graphql conf 2025 and 2026 (we can restore graphql conf 2026 banner when talks are published)
When `--preid` is provided, the release script uses it as the npm publish tag.
116
152
Without a prerelease preid, the publish tag is `latest`.
117
153
118
-
Push `<my_release_branch>`, open a PR from `<my_release_branch>` to `17.x.x`, wait for CI to pass, merge the PR, and then approve the GitHub Actions release workflow. The workflow currently runs in dry-run mode for testing.
154
+
Push `<my_release_branch>`, open a PR from `<my_release_branch>` to `17.x.x`, wait for CI to pass, merge the PR, and then approve the GitHub Actions release workflow.
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
[](https://graphql.org/conf/2025/?utm_source=github&utm_medium=graphql_js&utm_campaign=readme)
2
-
3
1
# GraphQL.js
4
2
5
3
The JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.
The `npm` branch in this repository is automatically maintained to be the last
114
-
commit to `main` to pass all tests, in the same form found on npm. It is
112
+
commit to `17.x.x` to pass all tests, in the same form found on npm. It is
115
113
recommended to use builds deployed to npm for many reasons, but if you want to use
116
114
the latest not-yet-released version of graphql-js, you can do so by depending
117
115
directly on this branch:
@@ -139,7 +137,7 @@ in files with the `.js` extension and the ESModule build within `.mjs` files.
139
137
140
138
We actively welcome pull requests. Learn how to [contribute](./.github/CONTRIBUTING.md).
141
139
142
-
This repository is managed by EasyCLA. Project participants must sign the free ([GraphQL Specification Membership agreement](https://preview-spec-membership.graphql.org) before making a contribution. You only need to do this one time, and it can be signed by [individual contributors](http://individual-spec-membership.graphql.org/) or their [employers](http://corporate-spec-membership.graphql.org/).
140
+
This repository is managed by EasyCLA. Project participants must sign the free [GraphQL Specification Membership agreement](https://preview-spec-membership.graphql.org) before making a contribution. You only need to do this one time, and it can be signed by [individual contributors](http://individual-spec-membership.graphql.org/) or their [employers](http://corporate-spec-membership.graphql.org/).
143
141
144
142
To initiate the signature process please open a PR against this repo. The EasyCLA bot will block the merge if we still need a membership agreement from you.
0 commit comments