Skip to content

Commit

Permalink
Update pipeline releases to 0.64
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli committed Dec 16, 2024
1 parent d5ff971 commit 2f59e49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
26 changes: 8 additions & 18 deletions sync/config/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ archive: https://github.com/tektoncd/pipeline/tags
# header: <dict> # 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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2f59e49

Please sign in to comment.