Skip to content

Commit afe029e

Browse files
Add further clarification about staging / production deploys
1 parent 76fa795 commit afe029e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

guides/RELEASES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Once work/coding is complete:
123123
| Environment | Tag style | Automated deploy |
124124
|-------------|-------------|------------------|
125125
| Sandbox | None | Yes |
126-
| Staging | v1.2.1-rc.1 | Yes |
126+
| Staging | v1.2.1-rc.1 | No |
127127
| Production | v1.2.1 | No |
128128

129129
### 'Backlog' column
@@ -182,11 +182,13 @@ Once work/coding is complete:
182182
### 'Ready for release' column
183183

184184
- [Create Release candidate tag](TAGS.md) from `main` branch (e.g. `v1.2.1-rc.1` see [version control](VERSIONING.md) )
185-
- **Push Release tag** - this will ship to the `staging` environment.
185+
- **Push Release tag** - this will create PR(s) in your helm chart repository
186+
- **Merge helm chart PR(s) for staging** - this will ship to the `staging` environment.
186187
- If appropriate, re-test in the staging environment
187188
- [Create Release tag](TAGS.md) from `main` branch (e.g. `v1.2.1` see [version control](VERSIONING.md) )
188-
- **Push Release tag** - this will create a PR to your service helm chart
189+
- **Push Release tag** - this will create PR(s) to your service helm chart
189190
- tag must be published as a release, with bullet point list of changes in the release notes. These should be obtained from the original pull request description or auto generated from the commits
191+
- **Merge helm chart PR(s) for production** - this will ship to the `production` environment.
190192

191193
### Deployment
192194

0 commit comments

Comments
 (0)