Skip to content

chore: release 11.4.0 #8214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged

chore: release 11.4.0 #8214

merged 1 commit into from
May 15, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 8, 2025

🤖 I have created a release beep boop

11.4.0

11.4.0 (2025-05-15)

Features

Bug Fixes

Documentation

Dependencies

Chores

arborist: 9.1.0

9.1.0 (2025-05-15)

Features

Bug Fixes

config: 10.3.0

10.3.0 (2025-05-15)

Features

Bug Fixes

libnpmaccess: 10.0.1

10.0.1 (2025-05-15)

Bug Fixes

libnpmdiff: 8.0.3

Dependencies

libnpmexec: 10.1.2

10.1.2 (2025-05-15)

Bug Fixes

Dependencies

libnpmfund: 7.0.3

Dependencies

libnpmpack: 9.0.3

Dependencies

libnpmteam: 8.0.1

8.0.1 (2025-05-15)

Bug Fixes

libnpmversion: 8.0.1

8.0.1 (2025-05-15)

Bug Fixes


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner April 8, 2025 18:36
Copy link
Contributor Author

github-actions bot commented Apr 8, 2025

Release Manager

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

Release Checklist for v11.4.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 8214 --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.4.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 7 times, most recently from aa1bb62 to 08fd917 Compare April 14, 2025 16:03
@mrbusche

This comment was marked as off-topic.

@github-actions github-actions bot force-pushed the release-please--branches--latest branch 2 times, most recently from ceb11c6 to 530b795 Compare April 16, 2025 20:46
@github-actions github-actions bot changed the title chore: release 11.3.1 chore: release 11.4.0 Apr 18, 2025
@github-actions github-actions bot force-pushed the release-please--branches--latest branch 12 times, most recently from 7b96fe0 to 01b5160 Compare April 23, 2025 21:27
@github-actions github-actions bot force-pushed the release-please--branches--latest branch 4 times, most recently from dc938a0 to 7e4bdc9 Compare May 6, 2025 16:08
@github-actions github-actions bot force-pushed the release-please--branches--latest branch 8 times, most recently from 7dae0ba to ba2d591 Compare May 13, 2025 16:41
* [`57aa89f`](https://github.com/npm/cli/commit/57aa89ff70e0c6186a43888b944b5799b25c7bc8) [#8265](https://github.com/npm/cli/pull/8265) use run by default and run-script as the alias (#8265) (@owlstronaut)
* [`0d4c023`](https://github.com/npm/cli/commit/0d4c023914f835927540bd0110c1ca5716b84056) [#8234](https://github.com/npm/cli/pull/8234) install: add package info to json output (#8234) (@wraithgar)
### Bug Fixes
* [`2210d7a`](https://github.com/npm/cli/commit/2210d7a670ac3522ceee8856a3399e8f44e77bbe) [#8278](https://github.com/npm/cli/pull/8278) powershell: use Invoke-Expression to pass args (#8278) (@alexsch01)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wraithgar, please add @mbtools to 8278. Thx 🙏

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That will have to be a follow up commit post-release. The changelog is auto generated for each release. We can post-edit things but can't live-edit if that makes sense.

Adding a co-authored-by footer also works (ref, but that wont' help here because the commit already landed. Sorry about that.

Copy link
Member

@wraithgar wraithgar May 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can add you to the release notes for the release which will at least make it right there, and I believe it's what powers the PR into the nodejs repo.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@github-actions github-actions bot force-pushed the release-please--branches--latest branch 4 times, most recently from 59f97d5 to efbda01 Compare May 14, 2025 19:59
@wraithgar
Copy link
Member

Waiting on #8246 to land before we release

@github-actions github-actions bot force-pushed the release-please--branches--latest branch 4 times, most recently from db1b945 to 8db0520 Compare May 15, 2025 15:43
@alexsch01
Copy link
Contributor

alexsch01 commented May 15, 2025

Hold up @wraithgar

before this lands, I missed a case with the invoke-expression code

@alexsch01
Copy link
Contributor

alexsch01 commented May 15, 2025

ok here #8297 @wraithgar

@github-actions github-actions bot force-pushed the release-please--branches--latest branch from 8db0520 to 05d1986 Compare May 15, 2025 16:23
@github-actions github-actions bot force-pushed the release-please--branches--latest branch from 05d1986 to 6af7de6 Compare May 15, 2025 16:24
@wraithgar wraithgar merged commit 3d90a49 into latest May 15, 2025
20 of 22 checks passed
@wraithgar wraithgar deleted the release-please--branches--latest branch May 15, 2025 17:05
Copy link
Contributor Author

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.

4 participants