Skip to content

Commit 83aaf38

Browse files
committed
docs(release-checklist): set DEBUG=false in manifests
1 parent b4f6a60 commit 83aaf38

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/roadmap/release-checklist.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ version of our release for testing. The process is fairly simple:
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.
67-
4. Commit your changes: `git commit -a -m "chore(workflow-$DEIS_RELEASE_SHORT): releasing workflow-$DEIS_RELEASE_SHORT"`
68-
5. Push your changes to your fork: `git push -u $YOUR_FORK_REMOTE release-$DEIS_RELEASE`. Note that
67+
4. Ensure that all `DEBUG` variables in manifests are `false`.
68+
5. Commit your changes: `git commit -a -m "chore(workflow-$DEIS_RELEASE_SHORT): releasing workflow-$DEIS_RELEASE_SHORT"`
69+
6. Push your changes to your fork: `git push -u $YOUR_FORK_REMOTE release-$DEIS_RELEASE`. Note that
6970
`$YOUR_FORK_REMOTE` is the git URI to the remote of your `deis/charts` fork. Mine is `git@github.com:arschles/deis-charts.git`, for example.
70-
6. Do steps 2-5 with the `workflow-beta2-e2e` directory
71-
7. Open a pull request from your branch to merge into `master` on https://github.com/deis/charts
71+
7. Do steps 2-5 with the `workflow-beta2-e2e` directory
72+
8. Open a pull request from your branch to merge into `master` on https://github.com/deis/charts
7273

7374
# Step 3: Manual Testing
7475

0 commit comments

Comments
 (0)