aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/sentry_release.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Bump getsentry/action-release from 1 to 3 (#1686)Gravatar dependabot[bot]2025-07-16-1/+1
| | | | | | | | | | | | | | | | | Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1 to 3. - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/action-release/compare/v1...v3) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Migration to official Sentry release CI action (#1569)Gravatar Xithrius2024-07-05-3/+2
|
* Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0 (#1549)Gravatar dependabot[bot]2024-06-10-1/+1
| | | | | | | | | | | | | | | | Bumps [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tclindner/sentry-releases-action/releases) - [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: tclindner/sentry-releases-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 3 to 4 (#1358)Gravatar dependabot[bot]2023-09-05-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update CI to reusable actionsGravatar Chris Lovering2023-03-04-9/+2
|
* Namespace each concurrency groupGravatar Chris2021-05-15-1/+1
| | | | This stops different actions, from the same commit, running in parallel from canceling each other.
* Add concurrency behaviour to github actionsGravatar Chris2021-05-15-0/+4
| | | | | | This grouping means any new actions on either a PR or against main, will cancel any running actions. We do not care about these old actions, as they are out of date, so cancelling them will mean the actions we do care about get done faster.
* master => mainGravatar Joe Banks2021-03-13-2/+2
|
* Use sir-lancebot release prefix in workflowGravatar ks1292020-12-19-1/+1
|
* Create Sentry release workflowGravatar ks1292020-12-19-0/+24