From 8e4a2c96de254a7ce4a828a344f2583763c97152 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 7 May 2026 11:36:31 +0000 Subject: [PATCH] chore: update updater/tests/sentry-cli.properties to 2.0.4 --- CHANGELOG.md | 10 ++++++++++ updater/tests/sentry-cli.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f222658d..0795c785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ - Validate PR - Skip validation for PRs with fewer than 100 lines changed, excluding common lock files (`Cargo.lock`, `yarn.lock`, `package-lock.json`, `Pipfile.lock`, etc.). Tiny PRs no longer go through the issue-discussion loop. - Add validate-pr composite action for validating non-maintainer PRs against contribution guidelines ([#153](https://github.com/getsentry/github-workflows/pull/153)) +### Fixes + +- Updater - Select the first branch when multiple branches point at `HEAD` ([#165](https://github.com/getsentry/github-workflows/pull/165)) + +### Dependencies + +- Bump WORKFLOW-TEST-DEPENDENCY-DO-NOT-MERGE from v2.0.0 to v2.0.4 ([#66](https://github.com/getsentry/github-workflows/pull/66)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/main/CHANGELOG.md#204) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.0.0...2.0.4) + ## 3.3.0 ### Features diff --git a/updater/tests/sentry-cli.properties b/updater/tests/sentry-cli.properties index 3147cf8c..bd829bbc 100644 --- a/updater/tests/sentry-cli.properties +++ b/updater/tests/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 2.0.0 +version = 2.0.4 repo = https://github.com/getsentry/sentry-cli