Skip to content

Commit a6aebf5

Browse files
lidavidmkou
andauthored
Update dev/release/utils-common.sh
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent ccc28f9 commit a6aebf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/release/utils-common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ header() {
3838

3939
changelog() {
4040
# Strip trailing blank line
41-
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)")
42-
echo "${changelog}"
41+
env PYTHONPATH=${SOURCE_TOP_DIR}/dev python -m adbc_dev.changelog --name "ADBC Libraries ${RELEASE}" apache-arrow-adbc-${PREVIOUS_RELEASE} HEAD 2>/dev/null
4342
}
4443

4544
header "Config"

0 commit comments

Comments
 (0)