Skip to content

Commit

Permalink
chore(dev/release): fix path in post-11-website.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Sep 6, 2024
1 parent 0d6117e commit 7c3d2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/post-11-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ main() {
local -r arrow_site="$1"

# Extract ADBC spec version from Doxygen macro in header.
local -r spec_version=$(grep '[\]version' "${SOURCE_TOP_DIR}/adbc.h" | awk '{print $NF}')
local -r spec_version=$(grep '[\]version' "${SOURCE_TOP_DIR}/c/include/arrow-adbc/adbc.h" | awk '{print $NF}')
local -r date=${POST_DATE:-$(date "+%Y-%m-%d")}
local -r filename="${arrow_site}/_posts/${date}-adbc-${RELEASE}-release.md"
local -r contributor_command="git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn apache-arrow-adbc-${PREVIOUS_RELEASE}..apache-arrow-adbc-${RELEASE}"
Expand Down

0 comments on commit 7c3d2b4

Please sign in to comment.