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
@@ -91,7 +91,7 @@ We'll need to update the `WORKFLOW_RELEASE` value used by all relevant Jenkins j
91
91
Next, we'll create new [Helm Classic](https://github.com/helm/helm-classic) charts so that we can "stage" a
92
92
version of our release for testing. Here is the current process to do so:
93
93
94
-
1. Checkout the `release-$WORKFLOW_RELEASE` branch in [deis/charts](https://github.com/deis/charts) (created in Step 1.1 above):
94
+
1. Checkout the `release-$WORKFLOW_RELEASE` branch in [deis/charts](https://github.com/deis/charts) (created in Step 2.2 above):
95
95
96
96
git fetch upstream
97
97
git checkout release-$WORKFLOW_RELEASE
@@ -172,7 +172,7 @@ Amazon S3 |
172
172
- update the appropriate component's `dockerTag` value in the release chart with the `git-<issue_fix_sha>` as deployed above.
173
173
- push updated chart change(s) to existing release branch and re-convene testing
174
174
175
-
When testing shows no further issues and the release chart is ready to ship, make sure the pull request is reviewed once more and merged before continuing.
175
+
The pull request should **not** be merged yet--it will be updated with SemVer-tagged docker images in the next step.
176
176
177
177
!!! note
178
178
@@ -189,6 +189,8 @@ To do so, simply run the following `deisrel` command:
Update the PR by replacing all `dockerTag` values with the `$WORKFLOW_RELEASE` tag. Make sure the pull request is reviewed once more and merged before continuing.
193
+
192
194
# Step 8: Update Changelogs
193
195
194
196
At this point, part of the first part and all of the second part of the release is complete.
@@ -197,29 +199,16 @@ components are done.
197
199
198
200
The remaining work is simply generating changelogs and tagging each component's GitHub repository.
199
201
200
-
First, create a branch for the new changelog:
201
-
202
-
```console
203
-
git checkout -b release-$WORKFLOW_RELEASE_SHORT
204
-
```
205
-
206
202
To generate changelogs, run the below command in each repository. Ensure that `$PREVIOUS_TAG` is
207
203
the previous tag that was generated in the repository.
0 commit comments