Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Triggers v0.28.x release #615

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sync/config/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ archive: https://github.com/tektoncd/dashboard/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.47.x
displayName: v0.47.x
- name: release-v0.48.x
displayName: v0.48.x
Comment on lines +29 to +30
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khrm Can you rebase to resolve this?

folders:
docs:
index: README.md
Expand Down
11 changes: 11 additions & 0 deletions sync/config/triggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ archive: https://github.com/tektoncd/triggers/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.28.x
displayName: v0.28.x
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
docs/getting-started:
target: getting-started
include:
- create-ingress.yaml
- name: release-v0.27.x
displayName: v0.27.x-LTS
# Dict of folders to sync
Expand Down