From 17a474320e5fc52764cb947f9a8bfe42100634b1 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Mon, 23 Nov 2020 18:02:25 +0000 Subject: [PATCH] Switch pipeline docs from v0.18.0 to v0.18.1 Signed-off-by: Andrea Frittoli --- sync/config/pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/config/pipelines.yaml b/sync/config/pipelines.yaml index a6cd51c..734afa1 100644 --- a/sync/config/pipelines.yaml +++ b/sync/config/pipelines.yaml @@ -30,10 +30,10 @@ 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: v0.18.0 +- name: v0.18.1 # The name to display on tekton.dev. # sync.py will use this value in the version switcher and other places. - displayName: v0.18.0 + displayName: v0.18.1 # Dict of folders to sync folders: docs: -- GitLab