chore(deps): update getsentry/action-release action to v3#103
Merged
TimSchoenle merged 1 commit intomasterfrom Oct 25, 2025
Merged
chore(deps): update getsentry/action-release action to v3#103TimSchoenle merged 1 commit intomasterfrom
TimSchoenle merged 1 commit intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #103 +/- ##
=======================================
Coverage 87.78% 87.78%
=======================================
Files 8 8
Lines 786 786
=======================================
Hits 690 690
Misses 96 96 🚀 New features to boost your workflow:
|
4fce49e to
02058cb
Compare
02058cb to
96ee175
Compare
08874f2 to
d157b2b
Compare
d157b2b to
9cb9fe9
Compare
30420d8 to
3292ab3
Compare
3292ab3 to
1601c5f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.0->v3.3.0Release Notes
getsentry/action-release (getsentry/action-release)
v3.3.0: 3.3.0Compare Source
Various fixes & improvements
v3.2.0: 3.2.0Compare Source
Various fixes & improvements
e834095) by @getsantry[bot]ec695e2) by @getsantry[bot]v3.1.2: 3.1.2Compare Source
v3.1.1: 3.1.1Compare Source
urlPrefixto sentry-cli if it's not empty (#275) by @andreiborzav3.1.0: 3.1.0Compare Source
releaseandrelease_prefixin favor ofversionandversion_prefix(#273) by @andreiborzaInput parameter
versionhas been deprecated and will be removed in a future version in favor of a newly introducedreleaseparameter.Input parameter
version_prefixhas been deprecated and will be removed in a future version in favor of a newly introducedrelease_prefixparameter.v3.0.0: 3.0.0Compare Source
Version
3.0.0contains 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:Read more about Artifact Bundles and Debug IDs here.
v2.0.0: 2.0.0Compare Source
Last week we pushed a
v2branch 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.0Compare Source
After receiving user feedback both on runtime and compatibility issues for
1.10.0the action has been reworked to use a Docker based approach on Linux runners, mimicking
< 1.9.0versions, while Mac OS and Windows runners will follow the1.10.0approachof installing
@sentry/cliin the run step.v1.10.5: 1.10.5Compare Source
Various fixes & improvements
GITHUB_WORKSPACEa safe git directory (#260) by @andreiborzav1.10.4: 1.10.4Compare Source
Various fixes & improvements
action/setup-nodeinstead of unofficial volta action (#256) by @andreiborzav1.10.3: 1.10.3Compare Source
Various fixes & improvements
v1.10.2: 1.10.2Compare Source
npminstead ofyarnto installsentry-cli(#251)v1.10.1: 1.10.1Compare Source
This release contains changes concerning maintainers of the repo and has no user-facing changes.
v1.10.0Compare Source
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.0Compare Source
What's Changed
Important Changes
injectoption 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: truein your action alongside providing a path to sourcemaps.Other Changes
Full Changelog: getsentry/action-release@v1...v1.9.0
v1.8.0Compare Source
@sentry/node#213The action sends telemetry data and crash reports to Sentry. This helps us improve the action. You can turn this off by setting
disable_telemetry.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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.