Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ the pipelines repo, a terminal window and a text editor.

**If you are back-porting include this flag: `--param=releaseAsLatest="false"`**

```bash
```bash
tkn --context dogfooding pipeline start pipeline-release \
--serviceaccount=release-right-meow \
--param package=github.com/tektoncd/pipeline \
Expand All @@ -76,6 +76,7 @@ the pipelines repo, a terminal window and a text editor.
--workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml \
--tasks-timeout 2h \
--pipeline-timeout 3h
```

Accept the default values of the parameters (except for "releaseAsLatest" if backporting).

Expand Down
Loading