action-release
action-release copied to clipboard
GitHub Action for creating a release on Sentry
### Environment How do you use Sentry? Sentry SaaS You can check the project and the error here: https://github.com/cesarvarela/stahp/runs/3249265240?check_suite_focus=true
Currently, It's possible to optionally add a single environment. ``` - uses: actions/checkout@v2 - name: Create Sentry release uses: getsentry/action-release@v1 env: . . . with: environment: production #
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? TypeScript 4 ### Steps to Reproduce ``` name: Sentry release on: push: branches: - master jobs:...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? ``` gem "sentry-rails", "4.3.2" gem "sentry-ruby", "4.3.1" ``` ### Steps to Reproduce 1. Set up Sentry...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? n/a ### Steps to Reproduce Used this GitHub action. ### Expected Result Release would be reported...
The `version` parameter of this action is actually the `release` field in the Sentry init config. This naming mismatch is confusing and particularly interesting since https://docs.sentry.io/platforms/javascript/#configure suggests prefixing your releases...
Point users to the GitHub integration as an alternative to the GitHub Action.
# Local CLI My build is minified, and I need to decompress using the CLI: ```bash releases files v0.0.1 upload-sourcemaps --decompress build ``` # Desired GitHub action ```diff name: Create...
You can see the action released in [here](https://github.com/marketplace/actions/sentry-release). Checklist for a new release: - [x] Create a PR that bumps the version in `package.json` and merge it - [x] Once...