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
Ensure git status is not dirty on this branch after resetting deps. If it is, then something is probably wrong with the automated release process.
gh pr checkout 8594 --force
npm run resetdeps
node scripts/git-dirty.js
2. Check CI status
gh pr checks --watch
3. Publish the CLI and workspaces
Warning:
This will publish all updated workspaces to latest, prerelease or backport depending on their version, and will publish the CLI with the dist-tag set to next-11.
Note:
The --test argument can optionally be omitted to run the publish process without running any tests locally.
node scripts/publish.js --test
4. Optionally install and test npm@11.6.2 locally
npm i -g npm@11.6.2
npm --version
npm whoami
npm help install
# etc
5. Set latestdist-tag to newly published version
Warning:
NOT FOR PRERELEASE: Do not run this step for prereleases or if 11 is not being set to latest.
node . dist-tag add npm@11.6.2 latest
6. Trigger docs.npmjs.com update
gh workflow run update-cli.yml --repo npm/documentation
7. Approve and Merge release PR
gh pr review --approve
gh pr merge --rebase
git checkout latest
git fetch
git reset --hard origin/latest
node . run resetdeps
8. Wait For Release Tags
Warning:
The remaining steps all require the GitHub tags and releases to be created first. These are done once this PR has been labelled with autorelease: tagged.
Release Please will run on the just merged release commit and create GitHub releases and tags for each package. The release bot will will comment on this PR when the releases and tags are created.
Note:
The release workflow also includes the Node integration tests which do not need to finish before continuing.
You can watch the release workflow in your terminal with the following command:
gh run watch `gh run list -R npm/cli -w release -b latest -L 1 --json databaseId -q ".[0].databaseId"`
9. Mark GitHub Release as latest
Warning:
You must wait for CI to create the release tags before running this step. These are done once this PR has been labelled with autorelease: tagged.
Release Please will make GitHub Releases for the CLI and all workspaces, but GitHub has UI affordances for which release should appear as the "latest", which should always be the CLI. To mark the CLI release as latest run this command:
gh release -R npm/cli edit v11.6.2 --latest
10. Open nodejs/node PR to update npm to latest
Warning:
You must wait for CI to create the release tags before running this step. These are done once this PR has been labelled with autorelease: tagged.
Trigger the Create Node PR action. This will open a PR on nodejs/node to the main branch.
Note:
The resulting PR may need to be labelled if it is not intended to land on old Node versions.
First, sync our fork of node with the upstream source:
Then, if we are opening a PR against the latest version of node:
gh workflow run create-node-pr.yml -f spec=next-11
If the PR should be opened on a different branch (such as when doing backports) then run it with -f branch=<BRANCH_NAME>. There is also a shortcut to target a specific Node version by specifying a major version number with -f branch=18 (or similar).
For example, this will create a PR on nodejs/node to the v16.x-staging branch:
gh workflow run create-node-pr.yml -f spec=next-11 -f branch=16
11. Label and fast-track nodejs/node PR
Note:
This requires being a nodejs collaborator. This could be you!
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
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.
🤖 I have created a release beep boop
11.6.2
11.6.2 (2025-10-08)
Bug Fixes
c54d1e9#8633 progress bar code cleanup (fix: progress bar code cleanup #8633) (@wraithgar)d352e27#8629 do not redact notice logs going to stdout (fix: do not redact notice logs going to stdout #8629) (@wraithgar)5ac3678#8617 spelling in ./lib and ./test/lib (fix: spelling in ./lib and ./test/lib #8617) (@jsoref)9197995#8619 spelling (fix: spelling #8619) (@jsoref)dd884e3#8618 spelling (fix: spelling #8618) (@jsoref)f6028e6#8614 skip redacting urls meant for opening by the user (fix: skip redacting urls meant for opening by the user #8614) (@wraithgar, @jolyndenning)54fd27f#8602 refactor node.ideallyInert to node.inert (fix: refactor node.ideallyInert to node.inert #8602) (@liamcmitchell)79e3c1e#8593 use @npmcli/package-json to normalize package data (@wraithgar)Documentation
0469c5e#8639 rewrap markdown (docs: rewrap markdown #8639) (@jsoref)9ceb9c1#8636 rewrap markdown (docs: rewrap markdown #8636) (@jsoref)6324370#8616 fix spelling (docs: fix spelling #8616) (@jsoref)1b0429a#8607 Fix spelling (docs: Fix spelling #8607) (@jsoref)7fbe07a#8603 clean up deprecatednpm accesscommands (docs: clean up deprecatednpm accesscommands #8603) (@jsoref)Dependencies
fa7cc6f#8662ci-info@4.3.1(deps: ci-info@4.3.1 #8662)b05461b#8663@sigstore/sign@4.0.1(deps: @sigstore/sign@4.0.1 #8663)c31de22#8661 downgrade ci-info to 4.3.0 (deps: downgrade ci-info to 4.3.0 #8661) (@wraithgar)c5191b5#8659ci-info@4.3.1f255c92#8659hosted-git-info@9.0.2bdaf323#8659is-cidr@6.0.1a33f106#8659lru-cache@11.2.28044e07#8659npm-package-arg@13.0.1f577504#8659npm-packlist@10.0.29aa4fa6#8659semver@7.7.3fe9484a#8593 remove normalize-package-dataChores
b3409f4#8659 dev dependency updates (@wraithgar)e8de81b#8643 Add automatically generated annotation to dependencies.md (chore: Add automatically generated annotation to dependencies.md #8643) (@jsoref)67cfaf3#8627 fix spelling: different (chore: fix spelling: different #8627) (@jsoref)17ddc0d#8622 fix spelling (chore: fix spelling #8622) (@jsoref)c3e1790#8605 Remove reference to nonexistent calendar (chore: Remove reference to nonexistent calendar #8605) (@jsoref)ac9143e#8604 Improve link accessibility for screen reader users (chore: Improve link accessibility for screen reader users #8604) (@jsoref)62d73e7#8601 remove references to benchmarks workflow (chore: remove references to benchmarks workflow #8601) (@jsoref)bb4b739#8598 remove stale comment (chore: remove stale comment #8598) (@jsoref)f73e65d#8592 fix build url code for remark-github@12 (chore: fix build url code for remark-github@12 #8592) (@wraithgar)@npmcli/arborist@9.1.6@npmcli/config@10.4.2libnpmaccess@10.0.3libnpmdiff@8.0.9libnpmexec@10.1.8libnpmfund@7.0.9libnpmpack@9.0.9libnpmpublish@11.1.2arborist: 9.1.6
9.1.6 (2025-10-08)
Bug Fixes
0a8b8c2#8621 typo bugs and other spelling fixes (fix: typo bugs and other spelling fixes #8621) (@jsoref)54fd27f#8602 refactor node.ideallyInert to node.inert (fix: refactor node.ideallyInert to node.inert #8602) (@liamcmitchell)13d8df6#8537 optional set calculation (fix: optional set calculation #8537) (@liamcmitchell)Chores
180e9f7#8610 fix spelling in workspaces/arborist (chore: fix spelling in workspaces/arborist #8610) (@jsoref)91393de#8599 Update references for arborist to cli (chore: Update references for arborist to cli #8599) (@jsoref)config: 10.4.2
10.4.2 (2025-10-08)
Bug Fixes
5b4a7fc#8650 handle missing node-gyp gracefully in @npmcli/config definitions (@owlstronaut)9197995#8619 spelling (fix: spelling #8619) (@jsoref)Documentation
1fde042#8640 rewrap markdown (docs: rewrap markdown #8640) (@jsoref)Chores
8e5d204#8626 fix spelling: different (chore: fix spelling: different #8626) (@jsoref)7455fc0#8608 Fix spelling in workspaces/config (chore: Fix spelling in workspaces/config #8608) (@jsoref)libnpmaccess: 10.0.3
10.0.3 (2025-10-08)
Bug Fixes
f367507#8624 spelling (fix: spelling #8624) (@jsoref)Chores
7f1c3a3#8606 fix spelling - permissions (chore: fix spelling - permissions #8606) (@jsoref)libnpmdiff: 8.0.9
8.0.9 (2025-10-08)
Documentation
268e4f8#8642 rewrap markdown (docs: rewrap markdown workspaces libnpmdiff #8642) (@jsoref)Chores
6c4c387#8609 Fix spelling in workspaces/libnpmdiff (chore: Fix spelling in workspaces/libnpmdiff #8609) (@jsoref)Dependencies
@npmcli/arborist@9.1.6libnpmexec: 10.1.8
10.1.8 (2025-10-08)
Bug Fixes
d62c5fe#8625 spelling in workspaces/libnpmexec (fix: spelling in workspaces/libnpmexec #8625) (@jsoref)Chores
91393de#8599 Update references for arborist to cli (chore: Update references for arborist to cli #8599) (@jsoref)Dependencies
@npmcli/arborist@9.1.6libnpmfund: 7.0.9
Dependencies
@npmcli/arborist@9.1.6libnpmpack: 9.0.9
Dependencies
@npmcli/arborist@9.1.6libnpmpublish: 11.1.2
11.1.2 (2025-10-08)
Dependencies
fa7cc6f#8662ci-info@4.3.1(deps: ci-info@4.3.1 #8662)b05461b#8663@sigstore/sign@4.0.1(deps: @sigstore/sign@4.0.1 #8663)Chores
5e0909b#8620 fix spelling in workspaces (chore: fix spelling in workspaces #8620) (@jsoref)This PR was generated with Release Please. See documentation.