Sourced from getsentry/action-release's changelog.
Changelog
3.3.0
Various fixes & improvements
- chore: pin cache action (#290) by
@saibotk- chore: Set docker tag for master [skip ci] (ae1d1cd5) by
@getsantry[bot]3.2.0
Various fixes & improvements
- chore: Set docker tag for master [skip ci] (e8340952) by
@getsantry[bot]- feat: Bump to node 20.19.2 (#284) by
@andreiborza- chore: Set docker tag for master [skip ci] (ec695e24) by
@getsantry[bot]3.1.2
- fix: Preserve existing Node version on macOS and Windows runners (#280) by
@andreiborza3.1.1
- fix: Only pass
urlPrefixto sentry-cli if it's not empty (#275) by@andreiborza3.1.0
- feat: Add
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.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: false </tr></table>
... (truncated)