Skip to content

Commit

Permalink
Remove PipelineResource section from release notes. (#970)
Browse files Browse the repository at this point in the history
This isn't used.
  • Loading branch information
wlynch authored Nov 1, 2023
1 parent e2e7091 commit dc38f98
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,25 +110,6 @@ text editor.
CHAINS_PACKAGE=tektoncd/chains
```
1. Create a `PipelineResource` of type `git`
```shell
cat <<EOF | kubectl --context dogfooding create -f -
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: tekton-chains-$(echo $CHAINS_VERSION_TAG | tr '.' '-')
namespace: default
spec:
type: git
params:
- name: url
value: 'https://github.com/tektoncd/chains'
- name: revision
value: ${CHAINS_RELEASE_GIT_SHA}
EOF
```
1. Execute the Draft Release task.
```bash
Expand Down

0 comments on commit dc38f98

Please sign in to comment.