From 2f59e49a48b2cf2818a30bf7b40b7f3dcbe31ef0 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 27 Sep 2024 11:29:22 +0100 Subject: [PATCH] Update pipeline releases to 0.64 Signed-off-by: Andrea Frittoli --- package.json | 3 +-- sync/config/pipelines.yaml | 26 ++++++++------------------ 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 6a607a72..b56fd829 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,9 @@ "url": "https://github.com/tektoncd/website/issues" }, "homepage": "https://tekton.dev/", - "dependencies": {}, "devDependencies": { "autoprefixer": "10.4.0", "postcss": "^8.3.7", - "postcss-cli": "^9.0.2" + "postcss-cli": "^9.1.0" } } diff --git a/sync/config/pipelines.yaml b/sync/config/pipelines.yaml index 1947f799..1a50f6c1 100644 --- a/sync/config/pipelines.yaml +++ b/sync/config/pipelines.yaml @@ -26,8 +26,8 @@ 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.61.x - displayName: v0.61.x +- name: release-v0.63.x + displayName: v0.63.x # Dict of folders to sync folders: docs: @@ -36,8 +36,8 @@ tags: exclude: - api-spec.md - tutorial.md -- name: release-v0.59.x - displayName: v0.59.x-LTS +- name: release-v0.62.x + displayName: v0.62.x-LTS # Dict of folders to sync folders: docs: @@ -46,17 +46,8 @@ tags: exclude: - api-spec.md - tutorial.md -- name: release-v0.56.x - displayName: v0.56.x-LTS - folders: - docs: - index: README.md - include: ['*.md'] - exclude: - - api-spec.md - - tutorial.md -- name: release-v0.53.x - displayName: v0.53.x-LTS +- name: release-v0.59.x + displayName: v0.59.x-LTS # Dict of folders to sync folders: docs: @@ -65,9 +56,8 @@ tags: exclude: - api-spec.md - tutorial.md -- name: release-v0.50.x - displayName: v0.50.x-LTS - # Dict of folders to sync +- name: release-v0.56.x + displayName: v0.56.x-LTS folders: docs: index: README.md