Skip to content

Commit cc2661f

Browse files
Change staging to auto-deploy
1 parent afe029e commit cc2661f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

guides/RELEASES.md

Lines changed: 4 additions & 5 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 | No |
126+
| Staging | v1.2.1-rc.1 | Yes |
127127
| Production | v1.2.1 | No |
128128

129129
### 'Backlog' column
@@ -181,11 +181,10 @@ Once work/coding is complete:
181181

182182
### 'Ready for release' column
183183

184-
- [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 create PR(s) in your helm chart repository
186-
- **Merge helm chart PR(s) for staging** - this will ship to the `staging` environment.
184+
- [Create Release candidate tag](TAGS.md) on `main` branch (e.g. `v1.2.1-rc.1` see [version control](VERSIONING.md) )
185+
- **Push Release tag** - this will create PR(s) in your helm chart repository, merge and then ship to the `staging` environment.
187186
- If appropriate, re-test in the staging environment
188-
- [Create Release tag](TAGS.md) from `main` branch (e.g. `v1.2.1` see [version control](VERSIONING.md) )
187+
- [Create Release tag](TAGS.md) on `main` branch (e.g. `v1.2.1` see [version control](VERSIONING.md) )
189188
- **Push Release tag** - this will create PR(s) to your service helm chart
190189
- 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
191190
- **Merge helm chart PR(s) for production** - this will ship to the `production` environment.

0 commit comments

Comments
 (0)