Skip to content

Commit e9b0c7c

Browse files
author
Vaughn Dice
committed
docs(release-checklist): add minor adjustments and reminder
1 parent 5c78f72 commit e9b0c7c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/roadmap/release-checklist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Next, we'll create a new [Helm](https://github.com/helm/helm) chart so that we c
6060
version of our release for testing. The process is fairly simple:
6161

6262
1. Create a new branch: `git checkout -b release-$DEIS_RELEASE`
63-
2. Copy an existing chart: `cp -r workflow-beta3 workflow-$DEIS_RELEASE_SHORT`
63+
2. Copy the existing `dev` chart: `cp -r workflow-dev workflow-$DEIS_RELEASE_SHORT`
6464
3. Modify the `workflow-$DEIS_RELEASE_SHORT/tpl/generate_params.toml` file to ensure that all
6565
`dockerTag` values look like `git-$COMPONENT_SHA_SHORT`, where `$COMPONENT_SHA_SHORT` is the first
6666
7 characters of the applicable SHA that you got in the previous step.
@@ -118,6 +118,8 @@ If you find any references that should be bumped, open a pull-request against th
118118

119119
When you're done, commit and push your changes. You should get your pull request reviewed and merged before continuing.
120120

121+
**Note:** If non-release-specific amendments have been made to the release chart that do not exist in the `workflow-dev`, be sure to PR said changes for this chart as well.
122+
121123
# Step 6: Update Changelogs
122124

123125
At this point, part of the first part and all of the second part of the release is complete.

0 commit comments

Comments
 (0)