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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,11 +120,11 @@ Once work/coding is complete:
120
120
-**Columns** are where stories move within Jira - from left-to-right - towards the 'Done' column.
121
121
- All environments are deployed to from the `main` branch and are deployed based on tags:
122
122
123
-
| Environment | Tag style | Automated deploy |
124
-
|-------------|------------|------------------|
125
-
| Sandbox | None | Yes |
126
-
| Staging |1.2.1-rc.1 | Yes |
127
-
| Production |1.2.1 | No |
123
+
| Environment | Tag style | Automated deploy |
124
+
|-------------|-------------|------------------|
125
+
| Sandbox | None | Yes |
126
+
| Staging |v1.2.1-rc.1 | Yes |
127
+
| Production |v1.2.1 | No |
128
128
129
129
### 'Backlog' column
130
130
@@ -181,10 +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. `1.2.1-rc.1` see [version control](VERSIONING.md) )
184
+
-[Create Release candidate tag](TAGS.md) from `main` branch (e.g. `v1.2.1-rc.1` see [version control](VERSIONING.md) )
185
185
-**Push Release tag** - this will ship to the `staging` environment.
186
186
- If appropriate, re-test in the staging environment
187
-
-[Create Release tag](TAGS.md) from `main` branch (e.g. `1.2.1` see [version control](VERSIONING.md) )
187
+
-[Create Release tag](TAGS.md) from `main` branch (e.g. `v1.2.1` see [version control](VERSIONING.md) )
188
188
-**Push Release tag** - this will create a PR to your service helm chart
189
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
0 commit comments