Skip to content

Commit 82000d1

Browse files
author
Vaughn Dice
committed
docs(src/roadmap/release-checklist.md): update Step 2.1
As the release branch on deis/charts will now be created as part of Step 1.1 Ref https://github.com/sgoings/deis-workflow-group/pull/6
1 parent 8aeda42 commit 82000d1

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)