Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 4, 2025

🤖 I have created a release beep boop

11.6.0

11.6.0 (2025-09-03)

Features

Bug Fixes

Dependencies

arborist: 9.1.4

9.1.4 (2025-09-03)

Bug Fixes

Chores

config: 10.4.0

10.4.0 (2025-09-03)

Features

libnpmdiff: 8.0.7

Dependencies

libnpmexec: 10.1.6

Dependencies

libnpmfund: 7.0.7

Dependencies

libnpmpack: 9.0.7

Dependencies


This PR was generated with Release Please. See documentation.

Copy link
Contributor Author

github-actions bot commented Aug 4, 2025

Release Manager

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

Release Checklist for v11.6.0

  • 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 8483 --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 [email protected] locally

    npm --version
    npm whoami
    npm help install
    # etc
  • 5. Set latest dist-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 [email protected] 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.0 --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:

    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 -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!

    • 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

@github-actions github-actions bot force-pushed the release-please--branches--latest branch from 43f89f7 to c838d96 Compare August 4, 2025 17:29
@github-actions github-actions bot force-pushed the release-please--branches--latest branch 4 times, most recently from 0d36d1c to d4b7d2d Compare August 22, 2025 20:01
@github-actions github-actions bot force-pushed the release-please--branches--latest branch 8 times, most recently from ed2173f to 4ff80d7 Compare August 28, 2025 16:42
@Cunero
Copy link

Cunero commented Sep 2, 2025

22 lines, many Time of my life, test runnings and work ok my phone.

Contr. @Cunero

@github-actions github-actions bot force-pushed the release-please--branches--latest branch 2 times, most recently from b090f92 to df0acfa Compare September 2, 2025 21:56
@github-actions github-actions bot changed the title chore: release 11.5.3 chore: release 11.6.0 Sep 3, 2025
@github-actions github-actions bot force-pushed the release-please--branches--latest branch 3 times, most recently from 628f4f0 to d7eb511 Compare September 3, 2025 19:11
@github-actions github-actions bot force-pushed the release-please--branches--latest branch from d7eb511 to 59461ea Compare September 3, 2025 19:12
@owlstronaut owlstronaut merged commit 3b30e0b into latest Sep 3, 2025
22 checks passed
@owlstronaut owlstronaut deleted the release-please--branches--latest branch September 3, 2025 19:48
Copy link
Contributor Author

github-actions bot commented Sep 3, 2025

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.

2 participants