dim-api
dim-api copied to clipboard
Bump getsentry/action-release from 1 to 3
Bumps getsentry/action-release from 1 to 3.
Release notes
Sourced from getsentry/action-release's releases.
3.0.0
Version
3.0.0contains breaking changes:
- feat(sourcemaps)!: Enable injecting debug ids by default (#272) by
@andreiborzaThe 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: falseRead more about Artifact Bundles and Debug IDs here.
2.0.0
[!NOTE]
This release contains no changes overv1.10.4and is just meant to unblock users that have upgraded tov2before.We recommend pinning to
v1.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 tov2.This release will help unblock users that have upgraded to
v2.Please see: #258
1.11.0
- feat: Use hybrid docker/composite action approach (#265) by
@andreiborzaAfter 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.0approach of installing@sentry/cliin the run step.1.10.5
Various fixes & improvements
- fix: Mark
GITHUB_WORKSPACEa safe git directory (#260) by@andreiborza1.10.4
Various fixes & improvements
- fix(action): Use
action/setup-nodeinstead of unofficial volta action (#256) by@andreiborza
... (truncated)
Changelog
Sourced from getsentry/action-release's changelog.
Changelog
3.0.0
Version
3.0.0contains breaking changes:
- feat(sourcemaps)!: Enable injecting debug ids by default (#272) by
@andreiborzaThe 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: falseRead more about Artifact Bundles and Debug IDs here.
1.11.0
- feat: Use hybrid docker/composite action approach (#265) by
@andreiborzaAfter 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.0approach of installing@sentry/cliin the run step.1.10.5
Various fixes & improvements
- fix: Mark
GITHUB_WORKSPACEa safe git directory (#260) by@andreiborza2.0.0
[!NOTE] This release contains no changes over
v1.10.4and is just meant to unblock users that have upgraded tov2before.We recommend pinning to
v1.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 tov2.This release will help unblock users that have upgraded to
v2.
... (truncated)
Commits
f56d67brelease: 3.0.0a77cdcbchore: Set docker tag for master [skip ci]4569d5bfeat(sourcemaps)!: Enable injecting debug ids by default (#272)e9b056fchore: Set docker tag for master [skip ci]675de63fix: Addrepository not foundtrouble shooting to README (#271)c5268dcchore: Set docker tag for master [skip ci]7125014Merge branch 'release/1.11.0'- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)