Deployment & release aren't the same thing
Deployment & release aren't the same thing.
Deployment: Put code in prod env.
Release: Make the feature available.
So deploy continously.
Why separate?
1. You can deploy all the time during normal biz hours.
2. Product can decide when to release (by turning deployed code on)