Releases: getsentry/action-release
Releases · getsentry/action-release
1.10.2
1.10.1
This release contains changes concerning maintainers of the repo and has no user-facing changes.
v1.10.0
- 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
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: v1...v1.9.0
v1.8.0
- 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
- Updates Sentry CLI to the latest 2.24.1 version
v1.6.0
Reverts the PR attempting to update the CLI to v2.x
v1.4.1
What's Changed
Full Changelog: v1.4.0...v1.4.1
v1.4.0 release
What's Changed
- feat: Add option to set
dist
on sourcemaps by @tanyagray in #125
New Contributors
- @tanyagray made their first contribution in #125
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #121
Full Changelog: v1.3.0...v1.3.1