Releases: getsentry/action-release
Releases · getsentry/action-release
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
v1.3.0
What's Changed
- Add note to update major release in release checklist by @mattgauntseo-sentry in #115
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #118
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #123
- feat: implement 'working-directory' argument by @tyree731 in #120
- Bump version to 1.3.0 by @armenzg in #126
New Contributors
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- ref: Update release checklist by @armenzg in #97
- feat: Add bug report issue template by @armenzg in #98
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #82
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #87
- ref: Add CODEOWNERS by @armenzg in #100
- ref: Add issue template for requesting features by @armenzg in #99
- docs: Only Linux runners are supported by @armenzg in #104
- Update actions/core to address github deprecations by @mattgauntseo-sentry in #109
- Update version to 1.2.1 by @mattgauntseo-sentry in #112
New Contributors
- @mattgauntseo-sentry made their first contribution in #109
Full Changelog: v1.2.0...v1.2.1
New Docker registry & other minor changes
Changes included in this release:
- We started releasing the Docker image for this action to the Github registry instead of using Docker Hub. The code inside of it should be the same, thus, this is not a breaking change. If you notice anything odd please let us know
- Better mocking support to support contributors
- There's some minor docs improvements
- We started using a newer version of the
tmpl
library
v1.1.6
- update
sentry-cli
to1.67.2
- add support for new
stripCommonPrefix
,ignoreMissing
andignoreOptions
options - use TypeScript types from
sentry-cli
v1.1.5
Adds missing url_prefix option to action.yml