From e980170b00913283c88861b7530095035f19a536 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Mon, 16 May 2022 19:03:44 +0100 Subject: [PATCH] Add missing CLI releases --- sync/config/cli.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/sync/config/cli.yaml b/sync/config/cli.yaml index 972a92e..ea1fcd4 100644 --- a/sync/config/cli.yaml +++ b/sync/config/cli.yaml @@ -26,6 +26,33 @@ archive: https://github.com/tektoncd/cli/tags # header: # optional, no header added if not set # See https://www.docsy.dev/docs/adding-content/navigation/#section-menu tags: +- name: v0.23.1 + # The name to display on tekton.dev. + # helper.py will use this value in the version switcher and other places. + displayName: v0.23.1 + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] +- name: v0.22.0 + # The name to display on tekton.dev. + # helper.py will use this value in the version switcher and other places. + displayName: v0.22.0 + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] +- name: v0.21.0 + # The name to display on tekton.dev. + # helper.py will use this value in the version switcher and other places. + displayName: v0.21.0 + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] - name: v0.20.0 # The name to display on tekton.dev. # helper.py will use this value in the version switcher and other places. -- GitLab