Skip to content

Releases: codfish/semantic-release-action

v3.3.0

09 Apr 19:15
b0e57c9
Compare
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
Compare
Choose a tag to compare

3.2.0 (2024-04-08)

Features

v3.1.1

31 Mar 13:55
b9aa6f1
Compare
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
Compare
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
Compare
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

v2.2.1

09 Nov 16:50
3607258
Compare
Choose a tag to compare

2.2.1 (2023-11-09)

Bug Fixes

  • force install additional plugins (78f3935)
  • revert back to 18.7.0 (b81ef1d)

v2.2.0

02 Apr 16:39
7852422
Compare
Choose a tag to compare

2.2.0 (2023-04-02)

Features

  • add type, channel, gitHead, gitTag, name outputs (04df07b)

v2.1.0

08 Mar 02:10
4e0079a
Compare
Choose a tag to compare

2.1.0 (2023-03-08)

Features

  • bump to semantic-release v20, @actions/core v1.10 (3f78bff)

v2.0.0

09 Aug 11:44
da160b1
Compare
Choose a tag to compare

2.0.0 (2022-08-09)

Features

  • bump senamtic to v19, migrate to node v18 (f6e72fb), closes #173

BREAKING CHANGES

  • Runs using nodejs v18.x and npm v8 now,
    so any dependencies specified in extends or additional_packages
    that have dependency conflicts with semantic-release v19.x will
    cause the action to fail.

v1.10.0

07 Aug 19:47
cbd853a
Compare
Choose a tag to compare

1.10.0 (2022-08-07)

Features

  • add additional_packages input variable (892c8c9), closes #168