Add draft-release composite action#87
Open
Yaswant Pradhan (yaswant) wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a reusable draft-release composite GitHub Action to generate categorised draft release notes (using a shared changelog template) and create/update a draft GitHub Release for the current tag.
Changes:
- Adds a composite action (
draft-release/action.yaml) that checks out the caller repo, compiles release notes, and drafts/updates a GitHub Release. - Adds a release-changelog category template (
draft-release/templates/release.yml) plus documentation (draft-release/README.md). - Updates Markdown lint configuration in
pyproject.tomlto allow Markdown constructs used by the new README.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Adjusts rumdl rule disables to accommodate new Markdown content. |
| draft-release/templates/release.yml | Defines changelog categories and excluded labels for release note generation. |
| draft-release/README.md | Documents the draft-release action, categories, usage, permissions, and outputs. |
| draft-release/bin/compile-release-notes.sh | Implements release note compilation from tags/commits and merged PR metadata. |
| draft-release/action.yaml | Defines the composite action steps to compile notes and create/edit draft releases. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+7
to
+10
| name: Shared Global Release Engine | ||
| description: Automates draft releases using centralised assets | ||
|
|
||
| runs: |
Comment on lines
+118
to
+121
| The compile step exposes: | ||
|
|
||
| - `has_commits`: `true` when release notes were generated from commits, | ||
| otherwise `false`. |
28 tasks
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.
PR Summary
Add draft release composite action tailored for the Simulation Systems
Code Reviewer:
✅ Code Quality Checklist
(Some checks are automatically carried out via the CI pipeline)
🤖 AI Assistance and Attribution
💻 Code Review