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.0.0-pre.3 #5589

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 27, 2022

🤖 I have created a release beep boop

9.0.0-pre.3

9.0.0-pre.3 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.
  • --timing file changes:
    • When run with the --timing flag, npm now writes timing data to a
      file alongside the debug log data, respecting the logs-dir option and
      falling back to <CACHE>/_logs/ dir, instead of directly inside the
      cache directory.
    • The timing file data is no longer newline delimited JSON, and instead
      each run will create a uniquely named <ID>-timing.json file, with the
      <ID> portion being the same as the debug log.
    • Finally, the data inside the file now has three top level keys,
      metadata, timers, and unfinishedTimers` instead of everything being
      a top level key.

Features

Documentation

Dependencies

arborist: 6.0.0-pre.3

6.0.0-pre.3 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

libnpmdiff: 5.0.0-pre.1

5.0.0-pre.1 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

Dependencies

libnpmexec: 5.0.0-pre.3

5.0.0-pre.3 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

Dependencies

libnpmfund: 4.0.0-pre.3

4.0.0-pre.3 (2022-09-30)

Dependencies

libnpmpack: 5.0.0-pre.1

5.0.0-pre.1 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

Features

Dependencies

libnpmpublish: 7.0.0-pre.1

7.0.0-pre.1 (2022-09-30)

⚠️ BREAKING CHANGES

  • The default value of access is now public

Features

Documentation


This PR was generated with Release Please. See documentation.

@github-actions
Copy link
Contributor Author

github-actions bot commented Sep 27, 2022

Release Manager

Release Checklist for v9.0.0-pre.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 5589 --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 --tag prerelease
    node . publish -w libnpmdiff --tag prerelease
    node . publish -w libnpmexec --tag prerelease
    node . publish -w libnpmfund --tag prerelease
    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 resetdepts
  • 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.3!
    
    https://github.com/npm/cli/releases/tag/v9.0.0-pre.3
    
    Release details...
    

@github-actions github-actions bot force-pushed the release-please--branches--latest branch 6 times, most recently from 8c272ff to ea2121a Compare September 30, 2022 00:29
@github-actions github-actions bot force-pushed the release-please--branches--latest branch from ea2121a to e07b3f8 Compare September 30, 2022 00:31
@lukekarrys lukekarrys merged commit b397774 into latest Sep 30, 2022
@lukekarrys lukekarrys deleted the release-please--branches--latest branch September 30, 2022 02:55
@github-actions
Copy link
Contributor Author

🤖 Release is at https://github.com/npm/cli/releases/tag/v9.0.0-pre.3 🌻

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

@github-actions
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.

1 participant