You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/RELEASES.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Once work/coding is complete:
123
123
| Environment | Tag style | Automated deploy |
124
124
|-------------|-------------|------------------|
125
125
| Sandbox | None | Yes |
126
-
| Staging | v1.2.1-rc.1 |Yes|
126
+
| Staging | v1.2.1-rc.1 |No |
127
127
| Production | v1.2.1 | No |
128
128
129
129
### 'Backlog' column
@@ -182,11 +182,13 @@ Once work/coding is complete:
182
182
### 'Ready for release' column
183
183
184
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 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.
186
187
- If appropriate, re-test in the staging environment
187
188
-[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
189
190
- 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.
0 commit comments