Add the first release readiness accelerator assets - #3
Open
arjunmehta-git wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds initial “release readiness” accelerator assets (script + reusable docs) to support a standardized pre-release workflow and delivery cadence documentation, aligning with issues #1 and #2.
Changes:
- Added a release-readiness validation script that checks tag format and presence in release notes.
- Added a reusable release readiness checklist and a mermaid workflow diagram.
- Added delivery cadence working notes and updated the repository README to inventory assets/backlog.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| templates/release-readiness/checklist.md | Introduces a basic pre-/during-/post-release checklist. |
| scripts/release/readiness-check.sh | Adds a bash helper to validate semver tags and release notes entries. |
| README.md | Documents available assets and initial backlog items. |
| docs/meeting-minutes/2026-05-27-delivery-cadence.md | Captures delivery cadence working notes and next actions. |
| docs/architecture/release-readiness-flow.md | Adds a mermaid diagram for the release readiness flow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| exit 1 | ||
| fi | ||
|
|
||
| if ! grep -q "$tag" "$notes_file"; then |
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
Issues
Relates to #1
Relates to #2