Assorted scripts for development
April 24, 2026 ยท View on GitHub
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.shand related files: Generatesdocs/pipeline-api.md.reference-docs-gen-config.jsonis the configuration file for thegen-api-reference-docsbinary.reference-docs-templatecontains Go templates for the generated Markdown.
generate-dependabot.sh: Generates.github/dependabot.ymlfrom.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.- Release docs have been moved to the top-level
tektondir