## Description Add a dry-run workflow that validates release steps without deploying changes. ## Requirements and context - No-op validation - Artifact checks - Environment simulation - Rollback preview - Clear reporting - CI integration ## Suggested execution Fork the repo and create a branch ```bash git checkout -b feature/infra-release-dry-run ``` **Implement changes** - Create dry-run workflow - Wire it into release automation - Report validation output - Document the release dry-run process **Example commit message** ```bash ci: implement release dry-run workflow ``` ## Guidelines - Assignment required before starting - PR must include a closing reference to this issue - Include screenshots or examples where applicable - Timeframe: 72 hours
Artifact checks
Environment simulation
Rollback preview
Clear reporting
CI integration
Suggested execution
Fork the repo and create a branch
Implement changes
Wire it into release automation
Report validation output
Document the release dry-run process
Example commit message
Guidelines