Skip to content

Commit

Permalink
Update dev/release/utils-common.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
lidavidm and kou authored Jan 17, 2025
1 parent ccc28f9 commit a6aebf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/release/utils-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ header() {

changelog() {
# Strip trailing blank line
local -r changelog=$(printf '%s\n' "$(env PYTHONPATH=${SOURCE_TOP_DIR}/dev python -m adbc_dev.changelog --name "ADBC Libraries ${RELEASE}" apache-arrow-adbc-${PREVIOUS_RELEASE} HEAD 2>/dev/null)")
echo "${changelog}"
env PYTHONPATH=${SOURCE_TOP_DIR}/dev python -m adbc_dev.changelog --name "ADBC Libraries ${RELEASE}" apache-arrow-adbc-${PREVIOUS_RELEASE} HEAD 2>/dev/null
}

header "Config"
Expand Down

0 comments on commit a6aebf5

Please sign in to comment.