Skip to content

Releases: getsentry/action-release

3.5.0

02 Jan 11:00

Choose a tag to compare

New Features ✨

Deps

Build / dependencies / internal 🔧

3.4.0

03 Nov 12:05

Choose a tag to compare

Work in this release was contributed by @trevorkwhite. Thank you for your contribution!

3.3.0

22 Sep 14:02

Choose a tag to compare

Various fixes & improvements

3.2.0

23 Jun 12:19

Choose a tag to compare

Various fixes & improvements

  • chore: Set docker tag for master [skip ci] (e834095) by @getsantry[bot]
  • feat: Bump to node 20.19.2 (#284) by @andreiborza
  • chore: Set docker tag for master [skip ci] (ec695e2) by @getsantry[bot]

3.1.2

18 Jun 10:58

Choose a tag to compare

  • fix: Preserve existing Node version on macOS and Windows runners (#280) by @andreiborza

3.1.1

21 Mar 03:26

Choose a tag to compare

  • fix: Only pass urlPrefix to sentry-cli if it's not empty (#275) by @andreiborza

3.1.0

06 Mar 14:30

Choose a tag to compare

  • feat: Add release and release_prefix in favor of version and version_prefix (#273) by @andreiborza

Input parameter version has been deprecated and will be removed in a future version in favor of a newly introduced release parameter.

Input parameter version_prefix has been deprecated and will be removed in a future version in favor of a newly introduced release_prefix parameter.

3.0.0

03 Mar 09:20

Choose a tag to compare

Version 3.0.0 contains breaking changes:

  • feat(sourcemaps)!: Enable injecting debug ids by default (#272) by @andreiborza

The action now automatically injects Debug IDs into your JavaScript source files and source maps to ensure your stacktraces can be
properly un-minified.

This is a breaking change as it modifies your source files. You can disable this behavior by setting inject: false:

- uses: getsentry/action-release@v3
  with:
    environment: 'production'
    sourcemaps: './dist'
    inject: false

Read more about Artifact Bundles and Debug IDs here.

1.11.0

28 Feb 09:42

Choose a tag to compare

After receiving user feedback both on runtime and compatibility issues for 1.10.0
the action has been reworked to use a Docker based approach on Linux runners, mimicking
< 1.9.0 versions, while Mac OS and Windows runners will follow the 1.10.0 approach
of installing @sentry/cli in the run step.

1.10.5

12 Feb 17:25

Choose a tag to compare

Various fixes & improvements