Appearance
How do I create a release?
Who can do this
Platform Admin or Infra Ops
A release packages a set of service-image and environment-variable changes and ships them through a pipeline of stages (dev → staging → production). Creating one is a two-step wizard: Form → Preview.
Steps
- Open Releases in the sidebar and click New Release.
- Pick a release type: Feature, Patch, Hotfix, or Config.
- Bump the version (Major / Minor / Patch) and write release notes.
- Select the services included and pick the image tag for each.
- Add environment variable changes (Create / Update / Delete) if any.
- Click Preview. The summary shows everything that will change and which environments will be touched.
- Click Create Release.
Result
The release appears on the Releases list with status Pending. The pipeline visualisation on the detail page shows the stages and their initial states. Triggers and approvals follow your release configuration.

