Skip to content

v20.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 19:54
· 352 commits to master since this release
b9b5c76

BREAKING CHANGES

  • esm: semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal
  • esm: references to plugin files in configs need to include the file extension because of executing in an ESM context
  • node-versions: node v18 is now the minimum required version of node. this is in line with our node support policy. please see our recommendations for releasing with a different node version than your project normally uses, if necessary.

Features

Bug Fixes

  • env-ci: updated to the stable esm-only version (#2632) (918eb59)
  • secrets-masking: used the proper named import from hook-std to enable masking for stderr (#2619) (cf6befa)