Add release automation workflow#67
Merged
hdamker merged 1 commit intocamaraproject:release-automationfrom Feb 14, 2026
Merged
Conversation
Adds a complete release lifecycle workflow that automates snapshot creation, release drafts, and publishing for CAMARA API repositories. The workflow operates through slash commands on Release Issues and integrates with release-plan.yaml for configuration. Components: - Reusable workflow (.github/workflows/release-automation-reusable.yml) - Caller workflow template (release_automation/workflows/) - Python automation scripts (release_automation/scripts/) - Shared composite actions (shared-actions/) - Mustache templates for bot messages, PR bodies, README sections - Configuration and mechanical transformation rules - Documentation: technical architecture, branching model, repository setup - Comprehensive test suite (471 tests) Lifecycle: plan -> snapshot -> draft -> publish, with state tracked via labels on the Release Issue and metadata in release-metadata.yaml. Squashed from 104 development commits on release-automation-mvp branch. Full development history preserved in archive/release-automation-mvp-detailed-history.
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.
What type of PR is this?
enhancement/feature
What this PR does / why we need it:
Adds a complete release lifecycle workflow for CAMARA API repositories. The workflow automates:
release-plan.yaml, tracks state via labelsThe workflow operates through slash commands (
/create-snapshot,/discard-snapshot,/delete-draft,/publish-release) on Release Issues and uses a reusable workflow pattern — API repositories only need a lightweight caller workflow.Components:
.github/workflows/release-automation-reusable.yml)release_automation/workflows/)release_automation/scripts/)shared-actions/)Lifecycle:
plan→snapshot→draft→publish, with state tracked via labels on the Release Issue and metadata inrelease-metadata.yaml.Target branch:
release-automation(parallel tomainper the branching model —maincontinues to serve pr_validation v0 via thev0tag).Which issue(s) this PR fixes:
Related to camaraproject/ReleaseManagement#355
Special notes for reviewers:
release-automationbranch, notmain. The two branches coexist per the branching model.main.hdamker/TestRepo-QoDas mock repository names — these are purely test data (all GitHub API calls are mocked).Changelog input
Additional documentation