Skip to content

Add the first release readiness accelerator assets - #3

Open
arjunmehta-git wants to merge 1 commit into
mainfrom
bootstrap/release-readiness-assets
Open

Add the first release readiness accelerator assets#3
arjunmehta-git wants to merge 1 commit into
mainfrom
bootstrap/release-readiness-assets

Conversation

@arjunmehta-git

Copy link
Copy Markdown
Member

Summary

  • add a release-readiness helper script
  • add a reusable checklist and delivery flow diagram
  • capture working notes for the delivery cadence stream

Issues

Relates to #1
Relates to #2

Copilot AI review requested due to automatic review settings May 27, 2026 05:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants