chore(deps): update getsentry/action-release action to v3 #55
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.3.1
->v3.3.0
Release 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
urlPrefix
to sentry-cli if it's not empty (#275) by @andreiborzav3.1.0
: 3.1.0Compare Source
release
andrelease_prefix
in favor ofversion
andversion_prefix
(#273) by @andreiborzaInput parameter
version
has been deprecated and will be removed in a future version in favor of a newly introducedrelease
parameter.Input parameter
version_prefix
has been deprecated and will be removed in a future version in favor of a newly introducedrelease_prefix
parameter.v3.0.0
: 3.0.0Compare 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
:Read more about Artifact Bundles and Debug IDs here.
v2.0.0
: 2.0.0Compare Source
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.0Compare 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 the1.10.0
approachof installing
@sentry/cli
in the run step.v1.10.5
: 1.10.5Compare Source
Various fixes & improvements
GITHUB_WORKSPACE
a safe git directory (#260) by @andreiborzav1.10.4
: 1.10.4Compare Source
Various fixes & improvements
action/setup-node
instead of unofficial volta action (#256) by @andreiborzav1.10.3
: 1.10.3Compare Source
Various fixes & improvements
v1.10.2
: 1.10.2Compare Source
npm
instead ofyarn
to 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.0
Compare 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.0
Compare Source
What's Changed
Important Changes
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
Full Changelog: getsentry/action-release@v1...v1.9.0
v1.8.0
Compare 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
.v1.7.0
Compare Source
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
: releaseCompare Source
What's Changed
dist
on sourcemaps by @tanyagray in #125New 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.
This PR was generated by Mend Renovate. View the repository job log.