Skip to content
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

chore: release 9.9.3 #7010

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 21, 2023

🤖 I have created a release beep boop

9.9.3

9.9.3 (2024-02-26)

Bug Fixes

Dependencies

Chores

arborist: 6.5.1

6.5.1 (2024-02-26)

Dependencies

Chores

config: 6.4.1

6.4.1 (2024-02-26)

Dependencies

Chores

libnpmaccess: 7.0.3

7.0.3 (2024-02-26)

Chores

libnpmdiff: 5.0.21

5.0.21 (2024-02-26)

Dependencies

Chores

libnpmexec: 6.0.5

6.0.5 (2024-02-26)

Dependencies

Chores

libnpmfund: 4.2.2

4.2.2 (2024-02-26)

Dependencies

Chores

libnpmhook: 9.0.4

9.0.4 (2024-02-26)

Chores

libnpmorg: 5.0.5

5.0.5 (2024-02-26)

Dependencies

Chores

libnpmpack: 5.0.21

5.0.21 (2024-02-26)

Dependencies

Chores

libnpmpublish: 7.5.2

7.5.2 (2024-02-26)

Dependencies

Chores

libnpmsearch: 6.0.3

6.0.3 (2024-02-26)

Chores

libnpmteam: 5.0.4

5.0.4 (2024-02-26)

Chores

libnpmversion: 4.0.3

4.0.3 (2024-02-26)

Chores


This PR was generated with Release Please. See documentation.

Copy link
Contributor Author

github-actions bot commented Nov 21, 2023

Release Manager

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

Release Checklist for v9.9.3

  • 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 7010 --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-9.

    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@9.9.3 locally

    npm i -g npm@9.9.3
    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 9 is not being set to latest.

    node . dist-tag add npm@9.9.3 latest
  • 6. Trigger docs.npmjs.com update

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

    gh pr merge --rebase
    git checkout release/v9
    git fetch
    git reset --hard origin/release/v9
    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 release/v9 -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 v9.9.3 --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-9

    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-9 -f branch=16
  • 11. Label and fast-track nodejs/node PR

    Note:
    This requires being a nodejs collaborator. Currently @lukekarrys is so ping them to do these steps!

    • 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--release/v9 branch from 55cbcc2 to 7e0006c Compare November 21, 2023 15:31
@github-actions github-actions bot force-pushed the release-please--branches--release/v9 branch 6 times, most recently from 40091f5 to b3306bf Compare December 1, 2023 20:43
@github-actions github-actions bot force-pushed the release-please--branches--release/v9 branch 3 times, most recently from 412b871 to 9091397 Compare February 26, 2024 19:29
@github-actions github-actions bot force-pushed the release-please--branches--release/v9 branch from 9091397 to 48abfeb Compare February 26, 2024 19:30
@wraithgar wraithgar self-assigned this Feb 26, 2024
@wraithgar wraithgar merged commit 4998adf into release/v9 Feb 28, 2024
37 checks passed
@wraithgar wraithgar deleted the release-please--branches--release/v9 branch February 28, 2024 17:23
Copy link
Contributor Author

🤖 Release is at https://github.com/npm/cli/releases/tag/v9.9.3 🌻

Copy link
Contributor Author

🤖 Release is at https://github.com/npm/cli/releases/tag/arborist-v6.5.1 🌻

Copy link
Contributor Author

🤖 Release is at https://github.com/npm/cli/releases/tag/config-v6.4.1 🌻

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

🤖 Release is at https://github.com/npm/cli/releases/tag/libnpmorg-v5.0.5 🌻

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

github-actions bot commented Feb 28, 2024

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