File tree 3 files changed +385
-412
lines changed
3 files changed +385
-412
lines changed Original file line number Diff line number Diff line change 1
1
## Red Hat Quay Release Notes
2
- (Red Hat Customer Portal)[ https://access.redhat.com/documentation/en-us/red_hat_quay/3.5/html/red_hat_quay_release_notes/index ]
2
+
3
+ [ Red Hat Customer Portal] ( https://access.redhat.com/documentation/en-us/red_hat_quay/3.7/html/red_hat_quay_release_notes/index )
3
4
4
5
{{ if .Versions -}}
5
6
8
9
### {{ .Title }}
9
10
{{ range .Commits -}}
10
11
- [ {{.Hash.Short}}] ({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Long }}): {{ .Subject }}
11
- {{ if .Refs -}}{{ range .Refs }} -{{if .Action}}{{ .Action }} {{ end }} [ #{{ .Ref }}] ({{ $.Info.RepositoryURL }}/issues/{{ .Ref }}){{ end -}}
12
- {{ end -}}
13
12
{{ end -}}
14
13
{{ end -}}
15
14
{{ end -}}
21
20
### {{ .Title }}
22
21
{{ range .Commits -}}
23
22
- [ {{.Hash.Short}}] ({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Long }}): {{ .Subject }}
24
- {{ if .Refs -}}{{ range .Refs }} - {{if .Action}}{{ .Action }}{{ end }} [ #{{ .Ref }}] ({{ $.Info.RepositoryURL }}/issues/{{ .Ref }}){{ end -}}
25
- {{ end -}}
26
23
{{ end -}}
27
24
{{ end -}}
28
25
61
58
{{ end -}}
62
59
63
60
## Historical Changelog
64
- [ CHANGELOG.md] ( https://github.com/quay/quay/blob/96b17b8338fb10ca2ed12e9bc920dcbba148289c/CHANGELOG.md )
61
+ [ CHANGELOG.md] ( https://github.com/quay/quay/blob/96b17b8338fb10ca2ed12e9bc920dcbba148289c/CHANGELOG.md )
Original file line number Diff line number Diff line change @@ -17,14 +17,6 @@ options:
17
17
issues :
18
18
prefix :
19
19
- " #"
20
-
21
- refs :
22
- actions :
23
- - Closes
24
- - Fixes
25
- - PullRequest
26
-
27
20
notes :
28
21
keywords :
29
22
- BREAKING CHANGE
30
- - NOTE
You can’t perform that action at this time.
0 commit comments