Commit Graph

2 Commits

Author SHA1 Message Date
Stéphane Lesimple 85e5daad8f fix: release.yml: yaml syntax 2026-07-30 14:31:04 +02:00
Stéphane Lesimple a441987adb ci: add manual path-scoped release workflow (master-only)
Add .github/workflows/release.yml, triggered manually via workflow_dispatch,
with two independent actions:

  - sync-from-source-build: copy every top-level file from source-build
    except .github/ onto master as a single commit
  - draft-github-release: create a draft GitHub release from master's current
    script, with an auto-drafted changelog assembled from source-build.

This replaces merging source-build into master that caused modify/delete
conflict of the master-only workflows.
2026-07-30 14:09:32 +02:00