From b31dc02539a807b4d12cd0b9902a9d49e6467997 Mon Sep 17 00:00:00 2001 From: Jerome Ju Date: Thu, 30 Nov 2023 11:03:21 -0500 Subject: [PATCH] Update pipeline release v0.54.x --- sync/config/pipelines.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sync/config/pipelines.yaml b/sync/config/pipelines.yaml index 3e69b820..c71c4348 100644 --- a/sync/config/pipelines.yaml +++ b/sync/config/pipelines.yaml @@ -26,6 +26,16 @@ archive: https://github.com/tektoncd/pipeline/tags # header: # optional, no header added if not set # See https://www.docsy.dev/docs/adding-content/navigation/#section-menu tags: +- name: release-v0.54.x + displayName: v0.54.x + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] + exclude: + - api-spec.md + - tutorial.md - name: release-v0.53.x displayName: v0.53.x-LTS # Dict of folders to sync