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.0.0 #5728

Merged
merged 1 commit into from Oct 19, 2022
Merged

chore: release 9.0.0 #5728

merged 1 commit into from Oct 19, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 19, 2022

馃 I have created a release beep boop

9.0.0

9.0.0 (2022-10-19)

Features

Dependencies

arborist: 6.0.0

6.0.0 (2022-10-19)

Features

libnpmaccess: 7.0.0

7.0.0 (2022-10-19)

Features

libnpmdiff: 5.0.0

5.0.0 (2022-10-19)

Features

Dependencies

libnpmexec: 5.0.0

5.0.0 (2022-10-19)

Features

Dependencies

libnpmfund: 4.0.0

4.0.0 (2022-10-19)

Features

Dependencies

libnpmhook: 9.0.0

9.0.0 (2022-10-19)

Features

libnpmorg: 5.0.0

5.0.0 (2022-10-19)

Features

libnpmpack: 5.0.0

5.0.0 (2022-10-19)

Features

Dependencies

libnpmpublish: 7.0.0

7.0.0 (2022-10-19)

Features

Dependencies

libnpmsearch: 6.0.0

6.0.0 (2022-10-19)

Features

libnpmteam: 5.0.0

5.0.0 (2022-10-19)

Features

libnpmversion: 4.0.0

4.0.0 (2022-10-19)

Features


This PR was generated with Release Please. See documentation.

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 19, 2022

Release Manager

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

Force CI to Rerun for This Release

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

gh workflow run release.yml -r latest

Release Checklist for v9.0.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 5728 --force
    node . run resetdeps
    node scripts/git-dirty.js
  • 2. Run tests locally

    These have also been running in CI continuously each time the release PR was updated, but it is nice to confirm they pass locally since that is where we will be publishing from.

    node . run lint-all
    node . run test-all
    node scripts/git-dirty.js
  • 3. Check CI status

    gh pr checks --watch
  • 4. Publish workspaces

    Note:
    If we are currently publishing prereleases, make sure to publish with the prerelease tag.

    node . publish -w @npmcli/arborist
    node . publish -w libnpmaccess
    node . publish -w libnpmdiff
    node . publish -w libnpmexec
    node . publish -w libnpmfund
    node . publish -w libnpmhook
    node . publish -w libnpmorg
    node . publish -w libnpmpack
    node . publish -w libnpmpublish
    node . publish -w libnpmsearch
    node . publish -w libnpmteam
    node . publish -w libnpmversion
  • 5. Publish the CLI

    Note:
    This will publish with the dist-tag set to next-9

    make publish
  • 6. Set dist-tag to published version

    Warning:
    NOT FOR PRERELEASE: Do not run this step for prereleases

    Note:
    You can optionally install via the version to see how it runs locally before tagging.

    Optionally install via version:

    npm i -g npm@9.0.0

    Set version to latest dist tag:

    node . dist-tag add npm@9.0.0 latest
  • 7. Merge release PR

    gh pr merge --rebase
    git checkout latest
    git reset --hard origin/latest
    node . run resetdeps
  • 8. Check For Release Tags

    Release Please will run on the just pushed release commit and create GitHub releases and tags for each package.

    gh run watch `gh run list -w release -L 1 --json databaseId -q ".[0].databaseId"`
    
  • 9. Post on Twitter

    New @npmjs release: 9.0.0!
    
    https://github.com/npm/cli/releases/tag/v9.0.0
    
    Release details...
    
  • 10. Trigger docs.npmjs.com update

    Warning:
    The releases.json will need to be updated when a new major release is tagged latest.

    gh workflow run update-cli.yml --repo npm/documentation
  • 11. Open nodejs/node PR to update npm to latest

    Warning:
    NOT FOR PRERELEASE: Do not run this step for prereleases

    Sync our npm/node fork with the nodejs/node upstream:

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

    Trigger the Create CLI Deps PR action:

    gh workflow run create-cli-deps-pr.yml

@github-actions github-actions bot force-pushed the release-please--branches--latest branch 2 times, most recently from f3f79ad to bc993b8 Compare October 19, 2022 21:08
@github-actions github-actions bot force-pushed the release-please--branches--latest branch from bc993b8 to aa0897c Compare October 19, 2022 21:10
@lukekarrys lukekarrys merged commit bc5ec05 into latest Oct 19, 2022
@lukekarrys lukekarrys deleted the release-please--branches--latest branch October 19, 2022 22:01
@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

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

1 participant