Skip to content

Commit

Permalink
fix 'git' being included unintentionally
Browse files Browse the repository at this point in the history
  • Loading branch information
stockholmux committed Apr 16, 2024
1 parent f225805 commit 382071b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/release.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<strong>Release Date:</strong> {{include.content.date | date: "git %b %d, %Y"}}<br/>
<strong>Release Date:</strong> {{include.content.date | date: "%b %d, %Y"}}<br/>
<strong>GitHub Release:</strong> <a href="https://github.com/valkey-io/valkey/releases/tag/{{include.content.tag}}">{{include.content.tag}}</a><br />
<hr />
{% for registry in include.content.container_registry %}
Expand Down

0 comments on commit 382071b

Please sign in to comment.