feat: add reusable conventional-commits and release workflows#40
Draft
alexmohr wants to merge 1 commit into
Draft
feat: add reusable conventional-commits and release workflows#40alexmohr wants to merge 1 commit into
alexmohr wants to merge 1 commit into
Conversation
This was referenced May 7, 2026
alexmohr
added a commit
to eclipse-opensovd/classic-diagnostic-adapter
that referenced
this pull request
May 7, 2026
Re-use reusable workflows from eclipse-opensovd/cicd-workflows#40. The conventional-commits workflow validates PR titles and commit subjects. The release workflow builds cross-platform binaries and publishes GitHub Releases with changelog and attestation. Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com>
Add two new reusable GitHub Actions workflows: - conventional-commits.yml: Validates PR titles and commit messages against the Conventional Commits specification using amannn/action-semantic-pull-request and prek (pre-commit hook runner). CI and local dev experience are identical - both read from the same .pre-commit-config.yaml. - release.yml: Packages build artifacts into platform archives, generates changelogs with git-cliff, creates SHA-512 checksums, optionally attests build provenance, and publishes GitHub Releases. Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com>
df0f51a to
d5b941c
Compare
Contributor
Author
|
Todo add cliff config https://github.com/eclipse-opensovd/opensovd-core/blob/main/cliff.toml |
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
conventional-commits.ymlreusable workflow that validates PR titles (viaamannn/action-semantic-pull-request@v6) and individual commit messages (viaconventional-pre-commit) against the Conventional Commits specificationrelease.ymlreusable workflow that packages build artifacts into platform archives, generates changelogs with git-cliff, creates SHA-512 checksums, optionally attests build provenance, and publishes GitHub ReleasesChecklist
Notes for Reviewers
Split from #39 to keep that PR focused on pre-commit hook configuration changes.
Alexander Mohr alexander.m.mohr@mercedes-benz.com, Mercedes-Benz Tech Innovation GmbH
Provider Information