Skip to content

Commit 6e3fac8

Browse files
author
Vaughn Dice
committed
Merge pull request #304 from vdice/rel-checklist-step-2.1-update
docs(src/roadmap/release-checklist.md): update Step 2.1
2 parents 8aeda42 + 82000d1 commit 6e3fac8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/roadmap/release-checklist.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ be in a new directory called `workflow-v2.0.0`.
6363
Next, we'll create new [Helm Classic](https://github.com/helm/helm-classic) charts so that we can "stage" a
6464
version of our release for testing. Here is the current process to do so:
6565

66-
1. Create a new branch in [deis/charts](https://github.com/deis/charts):
66+
1. Checkout the `release-$WORKFLOW_RELEASE` branch in [deis/charts](https://github.com/deis/charts) (created in Step 1.1 above):
6767

68-
git checkout -b release-$WORKFLOW_RELEASE upstream/master
68+
git fetch upstream
69+
git checkout release-$WORKFLOW_RELEASE
6970

7071
2. Download the [deisrel](https://github.com/deis/deisrel) binary via the links provided in the project's README. Once downloaded, place the binary in your `$PATH`.
7172

0 commit comments

Comments
 (0)