From 75b9aeabcc5449031da407a3ec835081cf593110 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 9 Oct 2025 07:25:35 +0000 Subject: [PATCH 1/2] chore: update danger/danger.properties to 13.0.4 --- CHANGELOG.md | 6 ++++++ danger/danger.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b13a2..59efed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - Updater - Fix boolean input handling for `changelog-entry` parameter and add input validation ([#127](https://github.com/getsentry/github-workflows/pull/127)) +### Dependencies + +- Bump Danger JS from v11.3.1 to v13.0.4 ([#132](https://github.com/getsentry/github-workflows/pull/132)) + - [changelog](https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1304) + - [diff](https://github.com/danger/danger-js/compare/11.3.1...13.0.4) + ## 3.0.0 ### Breaking Changes diff --git a/danger/danger.properties b/danger/danger.properties index a6b777e..466f774 100644 --- a/danger/danger.properties +++ b/danger/danger.properties @@ -1,2 +1,2 @@ -version=11.3.1 +version=13.0.4 repo=https://github.com/danger/danger-js From 5055054a36fedef52101364061db4d0648b11d22 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Thu, 9 Oct 2025 09:31:30 +0200 Subject: [PATCH 2/2] chore: Add spacing for clarity in Updater and Danger workflow update instructions --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59efed5..fbbd189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ - Updater and Danger reusable workflows are now composite actions ([#114](https://github.com/getsentry/github-workflows/pull/114)) To update your existing Updater workflows: + ```yaml ### Before native: @@ -63,6 +64,7 @@ ``` To update your existing Danger workflows: + ```yaml ### Before danger: