docs: add release process section to README#134
Conversation
|
This pull request introduces documentation for the release process of the shared GitHub Actions within this repository. Files Changed Analysis
Architecture & Impact Assessment
Release Flowgraph TD
A[1. Contributor creates PR to main] --> B{2. Review & Merge};
B --> C[Changes are on main branch];
C --> D{3. Request tag move on Slack};
D --> E["4. Repo owner moves @production tag"];
E --> F[Changes are live for consumers];
Scope Discovery & Context ExpansionThe scope of this PR is confined to documentation. The changes clarify the release workflow for developers contributing to this repository and for teams consuming these actions. The modifications to Metadata
Powered by Visor from Probelabs Last updated: 2026-06-01T11:30:38.190Z | Triggered by: pr_opened | Commit: 529bcce 💡 TIP: You can chat with Visor using |
Security Issues (1)
✅ Performance Check PassedNo performance issues found – changes LGTM. Quality Issues (1)
Powered by Visor from Probelabs Last updated: 2026-06-01T11:30:20.468Z | Triggered by: pr_opened | Commit: 529bcce 💡 TIP: You can chat with Visor using |
Problem / Task
Add a 'Release process' section to the top of the README.md file in the
github-actionsrepository to document the release process using the floating@productiontag.Changes
docs/release-process.mdcontaining the release process documentation.Taskfile.ymlto includedocs/release-process.mdin thegen:readmetask.README.mdby runningtask gen:readme.Testing
task gen:readmesuccessfully generates theREADME.mdwith the new 'Release process' section at the top.