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
+4-5Lines changed: 4 additions & 5 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 |No |
126
+
| Staging | v1.2.1-rc.1 |Yes|
127
127
| Production | v1.2.1 | No |
128
128
129
129
### 'Backlog' column
@@ -181,11 +181,10 @@ Once work/coding is complete:
181
181
182
182
### 'Ready for release' column
183
183
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.
187
186
- 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) )
189
188
-**Push Release tag** - this will create PR(s) to your service helm chart
190
189
- 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
190
-**Merge helm chart PR(s) for production** - this will ship to the `production` environment.
0 commit comments