chore(deps): update getsentry/action-release action to v2 #101
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
->v2.0.0
Release Notes
getsentry/action-release (getsentry/action-release)
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.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
.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.