From 4e4ce8cc1a194f83a955e427caac68be385f94cd Mon Sep 17 00:00:00 2001 From: Wires77 Date: Wed, 29 Oct 2025 23:22:13 -0500 Subject: [PATCH] Handle multiple PRs and contributors in changelog generation + Simplify CR handling --- .github/workflows/beta.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 24db2f3d7d..a8f252382c 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -21,10 +21,6 @@ jobs: run: | git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" - # The hash suffix will help identifying if the beta version is up-to-date - - name: Add commit hash suffix to manifest version - run: | - sed -i "s/ temp_change.md - name: Tweak changelogs + id: tweak-changelogs + continue-on-error: true run: | # Remove carriage returns to be able to run the script sed -i 's/\r$//' .github/tweak_changelogs.sh chmod +x .github/tweak_changelogs.sh .github/tweak_changelogs.sh beta + # The hash suffix will help identifying if the beta version is up-to-date + - name: Add commit hash suffix to manifest version + if: steps.tweak-changelogs.outcome == 'success' + run: | + sed -i "s/