Creating a release gathers the Work Items marked ready and assembles them into a single, ordered deployment. This gives you the same stabilization benefit as cutting a release branch, without anyone managing branch creation, merges, and cleanup by hand.
Pick what is ready
Choose the reviewed and tested Work Items to include. Serpent builds the deployment plan from that set, ordering components by dependency and surfacing any manual steps up front.
Validate and deploy
- Preflight checks validate the release against the target org.
- Staging and UAT environments stay synced as part of the process.
- Deploy when the plan is clean, with rollback available if needed.