where is release-pipeline-nightly.yaml?
https://github.com/tektoncd/pipeline/blob/main/tekton/README.md#nightly-releases has a broken link - The nightly release pipeline
Are we using release-pipeline-nightly.yaml anymore? or was it replaced with something else?
It is also referenced in https://github.com/tektoncd/pipeline/blob/main/tekton/README.md#install-tasks-and-pipelines but https://github.com/tektoncd/pipeline/tree/main/tekton does not have that pipeline.
/kind bug
The pipeline used for the tektoncd/pipeline nightly release is the regular release pipeline: https://github.com/tektoncd/pipeline/blob/main/tekton/release-pipeline.yaml
See https://dashboard.dogfooding.tekton.dev/#/namespaces/tekton-nightly/pipelines/pipeline-pipeline-release?view=yaml
This is configured via https://github.com/tektoncd/plumbing/tree/main/tekton/resources/nightly-release/overlays/pipeline
thanks @AlanGreene 👍
/kind documentation
@pritidesai @AlanGreene I noticed we fixed the link, but at line we are still referencing tekton/release-pipeline-nightly.yaml, but that file no longer exists. Should we remove this line as well?
I'm happy to make this change if we feel it is needed
I'll get a PR ready for this