From 0e135af54d58dfa759a0c7457c784610de1889e7 Mon Sep 17 00:00:00 2001 From: Musholic Date: Mon, 22 Sep 2025 11:19:27 +0200 Subject: [PATCH] Automate release workflow: update manifest, merge PR to dev then fast-forward dev into master --- .github/tweak_changelogs.sh | 21 ++++++++---- .github/workflows/release-check.yml | 36 ++++++++++++++++++++ .github/workflows/release.yml | 20 ++++++++--- .github/workflows/sync-release-to-master.yml | 29 ++++++++++++++++ .github/workflows/test.yml | 4 +++ 5 files changed, 100 insertions(+), 10 deletions(-) create mode 100644 .github/workflows/release-check.yml create mode 100644 .github/workflows/sync-release-to-master.yml diff --git a/.github/tweak_changelogs.sh b/.github/tweak_changelogs.sh index 1d32a48078..10ae63c97d 100755 --- a/.github/tweak_changelogs.sh +++ b/.github/tweak_changelogs.sh @@ -2,8 +2,13 @@ RELEASE_VERSION="$1" -# Delete until and including the first line containing "