Skip to content

Releases: getsentry/action-release

2.0.0

11 Feb 13:05
Compare
Choose a tag to compare

Note

This release contains no changes over v1.10.4 and is just meant to unblock users that have upgraded to v2 before.

We recommend pinning to v1.

Last week we pushed a v2 branch that triggered dependabot which treated it as a release.
This was not meant to be a release, but many users have upgraded to v2.

This release will help unblock users that have upgraded to v2.

Please see: #258

1.10.4

10 Feb 16:28
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(action): Use action/setup-node instead of unofficial volta action (#256) by @andreiborza

1.10.3

10 Feb 09:22
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(ci): Use volta to ensure node and npm are available (#255) by @andreiborza

1.10.2

07 Feb 13:39
Compare
Choose a tag to compare
  • fix(action): Ensure working directory always starts out at repo root (#250)
  • fix(action): Use npm instead of yarn to install sentry-cli (#251)

1.10.1

06 Feb 15:46
Compare
Choose a tag to compare

This release contains changes concerning maintainers of the repo and has no user-facing changes.

v1.10.0

06 Feb 14:54
Compare
Choose a tag to compare
  • feat(action): Support macos and windows runners
    We now publish a composite action that runs on all runners. Actions can now be properly versioned, allowing pinning versions from here on out.

v1.9.0

15 Jan 09:56
f6dfa3d
Compare
Choose a tag to compare

What's Changed

Important Changes

  • feat(sourcemaps): Add inject option to inject debug ids into source files and sourcemaps (#229)

A new option to inject Debug IDs into source files and sourcemaps was added to the action to ensure proper un-minifaction of your stacktraces. We strongly recommend enabling this by setting inject: true in your action alongside providing a path to sourcemaps.

Other Changes

  • feat(telemetry): Collect project specific tags (#228)

Full Changelog: v1...v1.9.0

v1.8.0

09 Jan 16:26
1841d94
Compare
Choose a tag to compare
  • feat(telemetry): Add telemetry via @sentry/node #213

The action sends telemetry data and crash reports to Sentry. This helps us improve the action. You can turn this off by setting disable_telemetry.

v1.7.0

08 Jan 18:38
e769183
Compare
Choose a tag to compare
  • Updates Sentry CLI to the latest 2.24.1 version

v1.6.0

07 Dec 02:43
c1b57ce
Compare
Choose a tag to compare

Reverts the PR attempting to update the CLI to v2.x