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

adds basic downloads page #26

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

stockholmux
Copy link
Member

Description

Adds a basic downloads page and release mechanism.

How does this work?

  • Each release gets a markdown file in /_releases/
  • So, for v7.2.4-rc1 there is _releases/v7-2-4-rc1.markdown
  • The front matter of the markdown file defines the metadata regarding the release
  • /download/ is populated by the most recent _release file (by date in front matter)
  • Each release gets a stable link at /download/releases/ So, for v7.2.4-rc1 it will be /download/releases/v7-2-4-rc1/

(This only contains github tag and docker release, but can be easily expanded)

Issues Resolved

Related to #13

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>
@stockholmux stockholmux merged commit 7ec8323 into valkey-io:main Apr 11, 2024
1 check passed
AMoo-Miki pushed a commit to AMoo-Miki/valkey-website that referenced this pull request Apr 11, 2024
Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>
AMoo-Miki pushed a commit to AMoo-Miki/valkey-website that referenced this pull request Apr 11, 2024
Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>
(cherry picked from commit 7ec8323)
AMoo-Miki pushed a commit to AMoo-Miki/valkey-website that referenced this pull request Apr 11, 2024
Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>
(cherry picked from commit 7ec8323)
stockholmux added a commit that referenced this pull request Apr 11, 2024
Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>
(cherry picked from commit 7ec8323)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants