# Big-Bang Release

Record: `arch:big-bang-release`
Kind: anti-pattern
Layer: [Enforcement Core](https://banes-lab.com/records/layer/enforcement-core.md)
Severity: discouraged
Scope: state_transaction
Canonical: https://banes-lab.com/ontology#arch-big-bang-release

## Repair

- Refactored by: feature_flag, canary_deploy, blue_green, rollback_plan, small_batch_release
- Detected by: no_canary, no_feature_flag, no_rollback_plan, large_release_batch
- Violated by: Ship a large, irreversible, all-user change without staged rollout, feature flags, canary, [rollback](https://banes-lab.com/records/arch/rollback.md), or blast-radius control.

## referenced-by

- [Canary Deployment](https://banes-lab.com/records/arch/canary-deployment.md)
