-
Notifications
You must be signed in to change notification settings - Fork 5
chore:Release orchestrator post QE sign off #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces an automated release orchestration workflow that streamlines the release process across three repositories (collector, packaging, and containers) after QE sign-off. The orchestrator discovers related workflow runs using a package build number, creates draft releases, and promotes release candidates to stable versions.
Key Changes:
- Automated workflow discovery and validation across three repositories based on package build number
- Sequential draft release creation for collector, packaging, and containers
- RC-to-stable promotion automation for packaging and containers
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/release-orchestrator.yml |
New workflow that orchestrates the entire release process by discovering related workflows, creating draft releases, and promoting RC to stable |
docs/release-orchestrator.md |
Comprehensive documentation explaining how to use the orchestrator workflow and the required publishing order |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
63a2717 to
06e1af1
Compare
Astitva-sumo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Post QE signoff, this workflow will draft the release for (collector, packaging and container repo)
Flow->