Skip to content

Commit

Permalink
Add Pipelines v0.59.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm committed May 14, 2024
1 parent 3cbee60 commit 0d6d499
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions sync/config/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,16 @@ 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.58.x
displayName: v0.58.x
- name: release-v0.59.x
displayName: v0.59.x-LTS
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.57.x
displayName: v0.57.x
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- api-spec.md
- tutorial.md
- tutorial.md
- name: release-v0.56.x
displayName: v0.56.x-LTS
folders:
Expand All @@ -54,7 +44,7 @@ tags:
include: ['*.md']
exclude:
- api-spec.md
- tutorial.md
- tutorial.md
- name: release-v0.53.x
displayName: v0.53.x-LTS
# Dict of folders to sync
Expand Down

0 comments on commit 0d6d499

Please sign in to comment.