Skip to content

v20.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 22:18
· 4 commits to main since this release

Auto Cooldown

The cooldown option is now automatically applied from the respective package manager's config:

  • npm - min-release-age (#1632)
  • yarn - npmMinimalAgeGate (excluding npmPreapprovedPackages) (#1643)
  • pnpm - minimumReleaseAge (excluding minimumReleaseAgeExclude) (#1639)

Why is this a breaking change?

Other changes

New Contributors

  • @onemen made their first contribution in #1630
  • @Copilot made their first contribution in #1632

Full Changelog: v19.6.6...v20.0.0