feat: add reusable release workflow - #72
Draft
alexmohr wants to merge 1 commit into
Draft
Conversation
alexmohr
force-pushed
the
feat/release-workflow
branch
2 times, most recently
from
July 8, 2026 11:20
d8e76a3 to
48da09c
Compare
Add release.yml reusable workflow that packages build artifacts into platform archives, generates changelogs with git-cliff, creates SHA-512 checksums, optionally attests build provenance, and publishes GitHub Releases. Features: - Downloads artifacts matching a pattern and packages them into platform archives - Generates changelog using git-cliff - Creates SHA-512 checksums for all release artifacts - Optional build provenance attestation - Support for draft, prerelease, and rolling releases - Documented usage and input options in README Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com> Alexander Mohr <alexander.m.mohr@mercedes-benz.com>, Mercedes-Benz Tech Innovation GmbH Provider Information: https://github.com/eclipse-opensovd/.github/blob/main/PROVIDER_INFORMATION.md
alexmohr
force-pushed
the
feat/release-workflow
branch
from
July 23, 2026 18:32
478d06b to
f8c53ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add release.yml reusable workflow that packages build artifacts into platform archives, generates changelogs with git-cliff, creates SHA-512 checksums, optionally attests build provenance, and publishes GitHub Releases.
Checklist
Related
Related to #40
Notes for Reviewers
Split from #40 to keep PRs focused on specific workflow changes.
Alexander Mohr alexander.m.mohr@mercedes-benz.com, Mercedes-Benz Tech Innovation GmbH
Provider Information