Skip to content

Commit c9adb63

Browse files
authored
GH-47258: [Release] Set date: for apache/arrow-site's _release/${VERSION}.md (#47260)
### Rationale for this change We want to avoid needless Jekyll built site changes. If we don't specify date explicitly, the current time is used. It always causes some changes. See also: apache/arrow-site#689 ### What changes are included in this PR? Set `date: ` explicitly. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #47258 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 7f0e5d8 commit c9adb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/release/post-04-website.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ cat <<ANNOUNCE > "${announce_file}"
9595
---
9696
layout: default
9797
title: Apache Arrow ${version} Release
98+
date: "${release_date_iso8601}"
9899
permalink: /release/${version}.html
99100
---
100101
<!--

0 commit comments

Comments
 (0)