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-pre.5 #5689

Merged
merged 1 commit into from Oct 13, 2022
Merged

chore: release 9.0.0-pre.5 #5689

merged 1 commit into from Oct 13, 2022

Conversation

github-actions[bot]
Copy link
Contributor

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

馃 I have created a release beep boop

9.0.0-pre.5

9.0.0-pre.5 (2022-10-13)

鈿狅笍 BREAKING CHANGES

  • the presence of auth related settings that are not scoped to a specific registry found in a config file is no longer supported and will throw errors
  • the node-version and npm-version configs have been removed.
  • links generated from git urls will now use HEAD instead of master as the default ref

Features

Bug Fixes

Documentation

Dependencies

libnpmpack: 5.0.0-pre.3

5.0.0-pre.3 (2022-10-13)

Bug Fixes

libnpmpublish: 7.0.0-pre.3

7.0.0-pre.3 (2022-10-13)

Dependencies


This PR was generated with Release Please. See documentation.

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 12, 2022

Release Manager

Release Checklist for v9.0.0-pre.5

  • 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 5689 --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 libnpmpack --tag prerelease
    node . publish -w libnpmpublish --tag prerelease
  • 5. Publish the CLI

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

    make publish
  • 6. Merge release PR

    gh pr merge --rebase
    git checkout latest
    git reset --hard origin/latest
    node . run resetdeps
  • 7. 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"`
    
  • 8. Post on Twitter

    New @npmjs release: 9.0.0-pre.5!
    
    https://github.com/npm/cli/releases/tag/v9.0.0-pre.5
    
    Release details...
    

@github-actions github-actions bot force-pushed the release-please--branches--latest branch 12 times, most recently from 0665dc0 to 34d3fb9 Compare October 13, 2022 15:47
@github-actions github-actions bot force-pushed the release-please--branches--latest branch from 34d3fb9 to 56418d6 Compare October 13, 2022 15:48
@fritzy fritzy merged commit 32336f6 into latest Oct 13, 2022
@fritzy fritzy deleted the release-please--branches--latest branch October 13, 2022 17:21
@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

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