Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 20:15
· 7 commits to main since this release
22ce451

4.0.0 (2025-08-18)

Features

  • upgrade semantic release & other dependencies to latest (df70072), closes #211

BREAKING CHANGES

  • Migrated to semantic-release v24. Any breaking changes from v23 and v24 apply to this github action version except for Node version requirements. Because this is a docker-based github action, the version of node in use is defined inside of the docker image, not by the consuming runner or your code.
  • From semantic v23: if using release.config.js as the name of your config file, it needs to be moved to a .config/ directory or renamed to .releaserc.js to keep it in the root of the repository. see https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more detail