Skip to content

Commit f5da237

Browse files
committed
add older download changes
1 parent 562cb99 commit f5da237

File tree

5 files changed

+96
-90
lines changed

5 files changed

+96
-90
lines changed

docs/download/_download-older.yml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
# Generate tags for a specific prefix like so
22
# git tag -l 'v1\.0\.*' --sort version:refname
33
- id: version10
4-
title: v1.0.38
5-
date: 2022/08/04
4+
title: 1.0.38
5+
date: "2022-08-04"
66
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38
77
- id: version11
8-
title: v1.1.189
9-
date: 2022/09/04
8+
title: 1.1.189
9+
date: "2022-09-04"
1010
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.1.189
1111
changelog: "[Release Notes](changelog/1.1/)"
1212
- id: version12
13-
title: v1.2.475
14-
date: 2023/03/22
13+
title: 1.2.475
14+
date: "2023-03-22"
1515
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.2.475
1616
changelog: "[Release Notes](changelog/1.2/)"
1717
- id: version13
18-
title: v1.3.450
19-
date: 2023/08/23
18+
title: 1.3.450
19+
date: "2023-08-23"
2020
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.3.450
2121
changelog: "[Release Notes](changelog/1.3/)"
2222
- id: version14
23-
title: v1.4.557
24-
date: 2024/06/27
23+
title: 1.4.557
24+
date: "2024-06-27"
2525
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.4.557
2626
changelog: "[Release Notes](changelog/1.4/)"
27-
27+
28+
- id: version15
29+
title: 1.5.57
30+
date: "2024-08-29"
31+
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.5.57
32+
changelog: "[Release Notes](changelog/1.5/)"

docs/download/index.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ listing:
2828
- date
2929
- path
3030
field-display-names:
31-
path: "Url"
31+
path: "URL"
32+
title: "Version"
3233
changelog: "Release Notes"
3334
field-links:
3435
- path

docs/download/prerelease.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anchor-sections: false
1818
editor: source
1919
image: /images/hero_right.png
2020
aliases:
21-
- changelog/1.6/
21+
- changelog/1.7/
2222
---
2323

2424
::: {.content-visible when-profile="prerelease"}

docs/download/release.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anchor-sections: false
1717
editor: source
1818
image: /images/hero_right.png
1919
aliases:
20-
- changelog/1.5/
20+
- changelog/1.6/
2121
---
2222

2323
{{< include _download.md >}}

0 commit comments

Comments
 (0)