Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 5, 2025

This PR contains the following updates:

Package Type Update Change
getsentry/action-release action major v1.3.1 -> v3.3.0

Release Notes

getsentry/action-release (getsentry/action-release)

v3.3.0: 3.3.0

Compare Source

Various fixes & improvements

v3.2.0: 3.2.0

Compare Source

Various fixes & improvements

v3.1.2: 3.1.2

Compare Source

v3.1.1: 3.1.1

Compare Source

v3.1.0: 3.1.0

Compare Source

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.

v3.0.0: 3.0.0

Compare Source

Version 3.0.0 contains breaking changes:

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.

v2.0.0: 2.0.0

Compare Source

[!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

v1.11.0: 1.11.0

Compare Source

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.

v1.10.5: 1.10.5

Compare Source

Various fixes & improvements

v1.10.4: 1.10.4

Compare Source

Various fixes & improvements

v1.10.3: 1.10.3

Compare Source

Various fixes & improvements

v1.10.2: 1.10.2

Compare Source

  • fix(action): Ensure working directory always starts out at repo root (#​250)
  • fix(action): Use npm instead of yarn to install sentry-cli (#​251)

v1.10.1: 1.10.1

Compare Source

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

v1.10.0

Compare Source

  • 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

Compare Source

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: getsentry/action-release@v1...v1.9.0

v1.8.0

Compare Source

  • 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

Compare Source

  • Updates Sentry CLI to the latest 2.24.1 version

v1.6.0

Compare Source

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

v1.5.0

Compare Source

v1.4.1

Compare Source

What's Changed

Full Changelog: getsentry/action-release@v1.4.0...v1.4.1

v1.4.0: release

Compare Source

What's Changed
New Contributors

Full Changelog: getsentry/action-release@v1.3.1...v1.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 5, 2025
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from cd81948 to c884df4 Compare March 7, 2025 23:54
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from c884df4 to 103f27e Compare March 21, 2025 20:09
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from 103f27e to 47d695c Compare June 21, 2025 23:58
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from 47d695c to f01b8ec Compare June 29, 2025 08:04
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from f01b8ec to 4413f96 Compare September 22, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants