Skip to content

Commit

Permalink
apacheGH-38554: [Release][Website] post-03-website.sh doesn't quote c…
Browse files Browse the repository at this point in the history
…urrent.date

We should not quote the value to process the value as a date value.
  • Loading branch information
kou committed Nov 2, 2023
1 parent fe90302 commit 848bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/post-03-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ current:
number: '${version}'
pinned_number: '${pinned_version}'
major_number: '${major_version}'
date: '${release_date_iso8601}'
date: ${release_date_iso8601}
git-tag: '${git_tag_hash}'
github-tag-link: 'https://github.com/apache/arrow/releases/tag/${git_tag}'
release-notes: 'https://arrow.apache.org/release/${version}.html'
Expand Down

0 comments on commit 848bfb8

Please sign in to comment.