From 47524242ba6a8ed4058844b8cd4bd12651d4e035 Mon Sep 17 00:00:00 2001 From: Lee Bernick Date: Mon, 25 Jul 2022 15:40:00 -0400 Subject: [PATCH] Add newest Pipelines release to sync configuration --- sync/config/pipelines.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sync/config/pipelines.yaml b/sync/config/pipelines.yaml index 5d82c3d5..85dddc0d 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.38.x + displayName: v0.38.x + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] + exclude: + - api-spec.md + - tutorial.md - name: release-v0.37.x displayName: v0.37.x # Dict of folders to sync