Skip to content

Commit

Permalink
Fix typo in release cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyom authored and tekton-robot committed May 7, 2021
1 parent 8a7abd0 commit 3292409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ the triggers repo, a terminal window and a text editor.
1. 1. Make sure the release `Task` and `Pipeline` are up-to-date on the
cluster.

- [publish-operator-release](https://github.com/tektoncd/triggers/blob/main/tekton/publish.yaml)
- [publish-triggers-release](https://github.com/tektoncd/triggers/blob/main/tekton/publish.yaml)

This task uses [ko](https://github.com/google/ko) to build all container images we release and generate the `release.yaml`
```shell script
kubectl apply -f tekton/publish.yaml
```
- [operator-release](https://github.com/tektoncd/triggers/blob/main/tekton/release-pipeline.yaml)
- [triggers-release](https://github.com/tektoncd/triggers/blob/main/tekton/release-pipeline.yaml)
```shell script
kubectl apply -f tekton/release-pipeline.yaml
```
Expand Down Expand Up @@ -185,4 +185,4 @@ Congratulations, you're done!
```bash
kubectl config use-context my-dev-cluster
```
```

0 comments on commit 3292409

Please sign in to comment.