Skip to content

Commit 1872c17

Browse files
Adding the template for the releases section of the Valkey website (#228)
### Description This PR contains a template for the releases section of the Valkey website. This will be used in valkey-release-automation repository in order to automate the release section of the website. Signed-off-by: Nikhil Manglore <[email protected]>
1 parent 3e0941b commit 1872c17

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

templates/valkey-website-template.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "{version}"
3+
date: {date}
4+
extra:
5+
tag: "{version}"
6+
artifact_source: https://download.valkey.io/releases/
7+
artifact_fname: "valkey"
8+
container_registry:
9+
-
10+
name: "Docker Hub"
11+
link: https://hub.docker.com/r/valkey/valkey/
12+
id: "valkey/valkey"
13+
tags:
14+
{tags}
15+
packages:
16+
17+
artifacts:
18+
- distro: focal
19+
arch:
20+
- arm64
21+
- x86_64
22+
- distro: jammy
23+
arch:
24+
- arm64
25+
- x86_64
26+
- distro: noble
27+
arch:
28+
- x86_64
29+
---
30+
31+
Valkey {version} Release

0 commit comments

Comments
 (0)