action-release
action-release copied to clipboard
GitHub Action for creating a release on Sentry
# Github Sentry Action Release Bug Report ## Environment sentry-cli version: 2.24.1 platform: "linux" architecture: "x86_64" How do you use this action? Self hosted runner - linux Which version of...
# Github Sentry Action Release Bug Report ## Environment dev How do you use this action? ubuntu-latest Which version of the action? getsentry/[email protected] ## Steps to Reproduce Below is my...
# Github Sentry Action Release Bug Report ## Environment How do you use this action? standard Which version of the action? v1 ## Steps to Reproduce ``` steps: - uses:...
### Description Please add macOS runner support for `getsentry/action-release`. This is important for cross-platform builds, i.e. React Native. Previously: https://github.com/getsentry/action-release/issues/58
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.8 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Looking at the code, it doesn't seem that this action performs a `sentry-cli inject` before uploading the source maps - so they aren't linked to my issues. It would be...
# Github Sentry Action Release Bug Report ## Environment - runs-on: ubuntu-latest (GitHub runner) - uses: getsentry/action-release@v1 ## Steps to Reproduce I am using the `dist` input like this: ```yml...