-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoom.config.yml
More file actions
33 lines (30 loc) · 1.09 KB
/
doom.config.yml
File metadata and controls
33 lines (30 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
title: Alauda DevOps Pipelines Docs
logoText: Alauda DevOps Pipelines Docs
lang: en
api:
crds:
- docs/shared/crds/**/*.yaml
openapis:
- docs/shared/openapis/**/*.json
- docs/shared/openapis/**/*.yaml
permission:
functionresources:
- docs/shared/functionresources/**/*.yaml
roletemplates:
- docs/shared/roletemplates/**/*.yaml
internalRoutes: # 可选,支持 glob 匹配,相对于 docs 目录,匹配到的文件在 cli 启用 `-i, --ignore` 选项时会被忽略
- '*/teps/**/*'
- '**/teps/**/*'
- '*/keps/**/*'
- '**/keps/**/*'
- '*/development/**/*'
- '**/development/**/*'
- '*/design/**/*'
- '**/design/**/*'
releaseNotes:
queryTemplates:
## TODO: change the versionMatch for the next releases
unfixed: |
project = <%= project %> AND affectedVersion in ("tektoncd-operator-<%= version %>") AND type = Bug AND status in (Cancelled) AND ReleaseNotesStatus = Publish
fixed: |
project = <%= project %> AND fixVersion in ("tektoncd-operator-<%= version %>") AND type = Bug AND status in (Done, Resolved) AND ReleaseNotesStatus = Publish