Skip to content

Releases: davelosert/semantic-release-github-actions-tags

v2.0.2

23 Aug 18:03
Compare
Choose a tag to compare

2.0.2 (2024-08-23)

Bug Fixes

  • Fixes imports to be correct for esm (72c32ff)

v2.0.1

23 Aug 17:58
Compare
Choose a tag to compare

2.0.1 (2024-08-23)

Bug Fixes

  • Converting packages to type: module to fix error with semantic-release/error package being esm only (3e8301d)
  • Updates release config to esm (e22e2c3)

v2.0.0

23 Aug 17:29
Compare
Choose a tag to compare

2.0.0 (2024-08-23)

Bug Fixes

  • security: bump braces from 3.0.2 to 3.0.3 (#11) (676f025)

Features

  • Updates logic to use the repositoryUrl from semantic release (a19b042)

BREAKING CHANGES

  • This most likely won't be a true breaking change to anyone as it now aligns with the way the semantic-release/git plugin pushes the initial tag (using the repositoryUrl provided by semantic-release).

Previously, it was just pushing to 'origin' which worked fine when there was a git.config, which usually is the case when using the actions/checkout action, but could cause errors when it was not set (e.g. when using the option persist-credentials: false).

v1.0.3

07 Oct 18:09
Compare
Choose a tag to compare

1.0.3 (2022-10-07)

Bug Fixes

  • Changes plugin to use publish phase to have tag in origin (35bf549)

v1.0.2

07 Oct 17:58
Compare
Choose a tag to compare

1.0.2 (2022-10-07)

Bug Fixes

  • Sets correct parameter order (d8860ab)

v1.0.1

07 Oct 17:35
Compare
Choose a tag to compare

1.0.1 (2022-10-07)

Bug Fixes

  • Sets correct exports statement (68e734f)