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: src/contributing/releasing.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,11 @@ to reference the official images. To do so, simply modify all `dockerTag` entrie
106
106
`generate_params.toml` files in the `workflow-$DEIS_RELEASE_SHORT` and
107
107
`workflow-$DEIS_RELEASE_SHORT-e2e` to be `$DEIS_RELEASE` (instead of the ones based on git tags).
108
108
109
-
When you're done, commit and push your changes. You should get your pull request reviewed and
110
-
merged before continuing.
109
+
Also, ensure that the `README.md` and `Chart.yaml` files in the new helm chart have updated references to the chart. For example, references to `helm install workflow-betaX` should become `helm install workflow-$DEIS_RELEASE_SHORT`
110
+
111
+
If you find any references that should be bumped, open a pull-request against the documentation.
112
+
113
+
When you're done, commit and push your changes. You should get your pull request reviewed and merged before continuing.
111
114
112
115
# Step 6: Update Changelogs
113
116
@@ -159,14 +162,7 @@ TAG=$DEIS_RELEASE TAG_MESSAGE="releasing workflow $DEIS_RELEASE" make git-tag
159
162
make git-tag-push
160
163
```
161
164
162
-
# Step 8: Check documentation
163
-
164
-
Now that the chart has been merged, artifacts pushed, and changelogs prepared.
165
-
Check the documentation for any out of date references, e.g. `helm install workflow-betaX`.
166
-
167
-
If you find any references that should be bumped, open a pull-request against the documentation.
168
-
169
-
# Step 9: Let everyone know
165
+
# Step 8: Let everyone know
170
166
171
167
Jump in #company on slack and let folks know that the release has been cut! This will let
172
168
folks in supporting functions know that they should start the release support process including
0 commit comments