Skip to content

chore: release 10.9.9 - #9815

Merged
reggi merged 1 commit into
release/v10from
release-please--branches--release/v10
Jul 29, 2026
Merged

chore: release 10.9.9#9815
reggi merged 1 commit into
release/v10from
release-please--branches--release/v10

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

10.9.9

10.9.9 (2026-07-28)

Dependencies

Chores


This PR was generated with Release Please. See documentation.

@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Release Manager

Release workflow run: https://github.com/npm/cli/actions/runs/30391184163

Release Checklist for v10.9.9

  • 1. Checkout the release branch

    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 9815 --force
    npm run resetdeps
    node scripts/git-dirty.js
  • 2. Check CI status

    gh pr checks --watch
  • 3. Log in to npm

    npm login sessions are short lived, so you will want to have a fresh one before you publish.

    npm login
  • 4. 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-10.

    Note:
    The --test argument can optionally be omitted to run the publish process without running any tests locally.

    node scripts/publish.js --test
  • 5. Optionally install and test npm@10.9.9 locally

    npm i -g npm@10.9.9
    npm --version
    npm whoami
    npm help install
    # etc
  • 7. Trigger docs.npmjs.com update

    gh workflow run update-cli.yml --repo npm/documentation
  • 8. Approve and Merge release PR

    gh pr review --approve
    gh pr merge --rebase
    git checkout release/v10
    git fetch
    git reset --hard origin/release/v10
    node . run resetdeps
  • 9. 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 release/v10 -L 1 --json databaseId -q ".[0].databaseId"`
    
  • 10. 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 v10.9.9
  • 11. Open nodejs/node PR to update npm

    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.

    First, sync our fork of node with the upstream source:

    gh repo sync npm/node --source nodejs/node --force

    Then, if we are opening a PR against the latest version of node:

    gh workflow run create-node-pr.yml -R npm/cli -f spec=next-10

    For backport releases, you must target the correct Node branch using -f branch=<NODE_MAJOR>. Make sure you are targeting the right Node major version for this npm version.

    For example, this will create a PR on nodejs/node to the v16.x-staging branch:

    gh workflow run create-node-pr.yml -R npm/cli -f spec=next-10 -f branch=16
  • 12. Label and fast-track nodejs/node PR

    Note:
    This requires being a nodejs collaborator. This could be you!

    • Thumbs-up reaction on the Fast-track comment
    • Add an LGTM / Approval
    • Add request-ci label to get it running CI
    • Add commit-queue label once everything is green
    • For backport releases, comment on the PR asking the Node.js team to add dont-land-on-v<NODE_MAJOR> labels for Node versions where this npm version should not be included

@github-actions
github-actions Bot force-pushed the release-please--branches--release/v10 branch from 0708d37 to 745d8d9 Compare July 28, 2026 19:18
@reggi
reggi merged commit 65d5827 into release/v10 Jul 29, 2026
22 checks passed
@reggi
reggi deleted the release-please--branches--release/v10 branch July 29, 2026 17:59
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

Release Workflow

🚨🚨🚨

@npm/cli-team: The post-release workflow failed for this release. Manual steps may need to be taken after examining the workflow output.

🚨🚨🚨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant