From f3b845d383e6912445b491405fc73a201147b4c0 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 15 May 2026 20:45:39 +0200 Subject: [PATCH] feat: add Auto-Release wrapper workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Calls the OE5XRX/HW-Module-CI reusable Auto-Release workflow (Phase 4 of the release concept). The actual release logic lives in HW-Module-CI — this file is just the dispatch entrypoint. See: https://oe5xrx.org/docs/remote-station/hardware/versioning/ Co-Authored-By: Claude Opus 4.7 --- .github/workflows/auto-release.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/auto-release.yaml diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml new file mode 100644 index 0000000..27c5f80 --- /dev/null +++ b/.github/workflows/auto-release.yaml @@ -0,0 +1,9 @@ +name: Auto-Release +on: + workflow_dispatch: +permissions: + contents: write +jobs: + call: + uses: OE5XRX/HW-Module-CI/.github/workflows/auto-release.yaml@main + secrets: inherit