hack/README.md
This directory contains several scripts useful in the development process of Tekton Pipelines.
update-codegen.sh: Updates auto-generated client
libraries.update-deps.sh: Updates Go dependencies.update-openapigen.sh: Updates OpenAPI specification and Swagger file.verify-codegen.sh: Verifies that auto-generated
client libraries are up-to-date.update-reference-docs.sh and related files: Generates docs/pipeline-api.md.
reference-docs-gen-config.json is the configuration file for the gen-api-reference-docs binary.reference-docs-template contains Go templates for the generated Markdown.generate-dependabot.sh: Generates .github/dependabot.yml from .github/dependabot.config.yml. This allows monitoring dependencies on multiple release branches with a single configuration file. A GitHub Actions workflow automatically regenerates this file weekly and creates a PR if changes are detected.tekton dir