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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 9.4.1 #6117

Merged
merged 1 commit into from Feb 2, 2023
Merged

chore: release 9.4.1 #6117

merged 1 commit into from Feb 2, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 1, 2023

馃 I have created a release beep boop

9.4.1

9.4.1 (2023-02-01)

Bug Fixes

Dependencies

arborist: 6.2.1

6.2.1 (2023-02-01)

Bug Fixes

Dependencies

config: 6.1.2

6.1.2 (2023-02-01)

Bug Fixes

Dependencies

libnpmaccess: 7.0.2

7.0.2 (2023-02-01)

Dependencies

libnpmdiff: 5.0.9

5.0.9 (2023-02-01)

Dependencies

libnpmexec: 5.0.9

5.0.9 (2023-02-01)

Dependencies

libnpmfund: 4.0.9

4.0.9 (2023-02-01)

Dependencies

libnpmhook: 9.0.2

9.0.2 (2023-02-01)

Dependencies

libnpmorg: 5.0.2

5.0.2 (2023-02-01)

Dependencies

libnpmpack: 5.0.9

5.0.9 (2023-02-01)

Dependencies

libnpmpublish: 7.0.7

7.0.7 (2023-02-01)

Dependencies

libnpmsearch: 6.0.2

6.0.2 (2023-02-01)

Dependencies

libnpmteam: 5.0.2

5.0.2 (2023-02-01)

Dependencies

libnpmversion: 4.0.2

4.0.2 (2023-02-01)

Dependencies


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner February 1, 2023 22:03
@github-actions github-actions bot requested review from wraithgar and removed request for a team February 1, 2023 22:03
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 1, 2023

Release Manager

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

Force CI to Update This Release

This PR will be updated and CI will run for every non-chore: commit that is pushed to latest. To force CI to update this PR, run this command:

gh workflow run release.yml -r latest -R npm/cli

Release Checklist for v9.4.1

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

    gh pr checks --watch
  • 3. Publish the CLI

    Warning:
    This will publish all updated workspaces, 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.4.1 locally

    npm i -g npm@9.4.1
    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.4.1 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 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.

    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. Open nodejs/node PR to update npm to latest

    Warning:
    You must wait for CI to create the release tags before running this step.

    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.

    gh repo sync npm/node --source nodejs/node --force
    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).

    # This will create a PR on nodejs/node to the `v18.x-staging` branch
    gh workflow run create-node-pr.yml -f spec=next-9 -f branch=18
  • 10. 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--latest branch 7 times, most recently from 484f305 to 0ac9152 Compare February 1, 2023 23:53
@github-actions github-actions bot force-pushed the release-please--branches--latest branch from 0ac9152 to fc29473 Compare February 1, 2023 23:54
@fritzy fritzy merged commit bdf079d into latest Feb 2, 2023
@fritzy fritzy deleted the release-please--branches--latest branch February 2, 2023 04:19
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/v9.4.1 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/arborist-v6.2.1 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmaccess-v7.0.2 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.9 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.9 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.9 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmhook-v9.0.2 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmorg-v5.0.2 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.9 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmpublish-v7.0.7 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmsearch-v6.0.2 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmteam-v5.0.2 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/libnpmversion-v4.0.2 馃尰

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 2, 2023

馃 Release is at https://github.com/npm/cli/releases/tag/config-v6.1.2 馃尰

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.

None yet

2 participants