lock down supported scenarios for gen-changelog#4605
Merged
yaacovCR merged 1 commit intographql:17.x.xfrom Mar 1, 2026
Merged
Conversation
`npm run changelog` works in conjunction with `npm run release:prepare`. scenarios: 1. maintainer runs `npm run changelog` prior to running `npm run release:prepare` to check future changelog 2. maintainer runs `npm run changelog` automatically while running `npm run release:prepare` 3. maintainer runs `npm run changelog` immediately after `npm run release:prepare`, perhaps to check or tweak the changelog
|
@yaacovCR is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
yaacovCR
added a commit
to yaacovCR/graphql-js
that referenced
this pull request
Mar 2, 2026
## v17.0.0-alpha.11 (2026-03-01) #### Internal 🏠 <details> <summary> 6 PRs were merged </summary> * [graphql#4599](graphql#4599) add changesets to 17.x.x alpha ([@yaacovCR](https://github.com/yaacovCR)) * [graphql#4600](graphql#4600) pin node 25 to 25.6 ([@yaacovCR](https://github.com/yaacovCR)) * [graphql#4601](graphql#4601) internal: switch from changesets to simpler release automation ([@yaacovCR](https://github.com/yaacovCR)) * [graphql#4603](graphql#4603) internal: remove version/preversion scripts ([@yaacovCR](https://github.com/yaacovCR)) * [graphql#4604](graphql#4604) fix(changelog): adjust end-ref to not skip last PR ([@yaacovCR](https://github.com/yaacovCR)) * [graphql#4605](graphql#4605) lock down supported scenarios for gen-changelog ([@yaacovCR](https://github.com/yaacovCR)) </details> #### Committers: 1 * Yaacov Rydzinski ([@yaacovCR](https://github.com/yaacovCR))
yaacovCR
added a commit
that referenced
this pull request
Mar 2, 2026
## v17.0.0-alpha.11 (2026-03-01) #### Internal 🏠 <details> <summary> 6 PRs were merged </summary> * [#4599](#4599) add changesets to 17.x.x alpha ([@yaacovCR](https://github.com/yaacovCR)) * [#4600](#4600) pin node 25 to 25.6 ([@yaacovCR](https://github.com/yaacovCR)) * [#4601](#4601) internal: switch from changesets to simpler release automation ([@yaacovCR](https://github.com/yaacovCR)) * [#4603](#4603) internal: remove version/preversion scripts ([@yaacovCR](https://github.com/yaacovCR)) * [#4604](#4604) fix(changelog): adjust end-ref to not skip last PR ([@yaacovCR](https://github.com/yaacovCR)) * [#4605](#4605) lock down supported scenarios for gen-changelog ([@yaacovCR](https://github.com/yaacovCR)) </details> #### Committers: 1 * Yaacov Rydzinski ([@yaacovCR](https://github.com/yaacovCR))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
npm run changelogworks in conjunction withnpm run release:prepare.scenarios:
npm run changelogprior to runningnpm run release:prepareto check future changelognpm run changelogautomatically while runningnpm run release:preparenpm run changelogimmediately afternpm run release:prepare, perhaps to check or tweak the changelog