Releases: codfish/semantic-release-action
Releases · codfish/semantic-release-action
v4.0.1
v4.0.0
4.0.0 (2025-08-18)
Features
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
v3.5.0
v3.4.1
v3.4.0
v3.3.0
v3.2.0
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2023-11-09)
Bug Fixes
- run safe-directory on /github/workspace (3e26d45)
Features
- bump semantic to v22, use node v20 (7f2510c)
- include main branch by default, update input casing (ad7eb9d)
BREAKING CHANGES
-
Using semantic-release v22. Please see release notes:
-
All inputs are using kebab case rather than snake. Simply update the following inputs if you are using them:
additional_packages->additional-packagesdry_run->dry-runrepository_url->repository-urltag_format->tag-format