Skip to content

Releases: codfish/semantic-release-action

v4.0.1

23 Sep 22:23
6c65402

Choose a tag to compare

4.0.1 (2025-09-23)

Bug Fixes

  • install additional packages to /action to avoid package manager issues (91fdaf1)

v4.0.0

18 Aug 20:15
22ce451

Choose a tag to compare

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

v3.5.0

15 Nov 21:58
b621d34

Choose a tag to compare

3.5.0 (2024-11-15)

Features

v3.4.1

17 Jun 19:45
9a999e0

Choose a tag to compare

3.4.1 (2024-06-17)

Bug Fixes

  • update release workflow to ensure every docker tag is pushed (#208) (9a999e0)

v3.4.0

15 Jun 18:57
ac1b7f3

Choose a tag to compare

3.4.0 (2024-06-15)

Features

v3.3.0

09 Apr 19:15
b0e57c9

Choose a tag to compare

3.3.0 (2024-04-09)

Features

  • use node v20.12.1 and use node-slim instead of alpine (#205) (b0e57c9), closes #204

v3.2.0

08 Apr 21:49
f93cffb

Choose a tag to compare

3.2.0 (2024-04-08)

Features

v3.1.1

31 Mar 13:55
b9aa6f1

Choose a tag to compare

3.1.1 (2024-03-31)

Bug Fixes

  • respect semantic config if it exists (37e061a), closes #199

v3.1.0

10 Feb 22:34
07170c8

Choose a tag to compare

3.1.0 (2024-02-10)

Bug Fixes

  • set default values in the entrypoint (1370f92)

Features

v3.0.0

09 Nov 21:04
ee5b4af

Choose a tag to compare

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