Skip to content

Commit a3ee865

Browse files
vdemeestertekton-robot
authored andcommitted
tekton: fix micro typo on release-cheat-sheet
Signed-off-by: Vincent Demeester <[email protected]>
1 parent c6d38c9 commit a3ee865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tekton/release-cheat-sheet.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the pipelines repo, a terminal window and a text editor.
5757
5858
**If you are back-porting include this flag: `--param=releaseAsLatest="false"`**
5959
60-
```bash
60+
```bash
6161
tkn --context dogfooding pipeline start pipeline-release \
6262
--serviceaccount=release-right-meow \
6363
--param package=github.com/tektoncd/pipeline \
@@ -76,6 +76,7 @@ the pipelines repo, a terminal window and a text editor.
7676
--workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml \
7777
--tasks-timeout 2h \
7878
--pipeline-timeout 3h
79+
```
7980
8081
Accept the default values of the parameters (except for "releaseAsLatest" if backporting).
8182

0 commit comments

Comments
 (0)