Skip to content

Commit 14a2d44

Browse files
committed
debug: Increase verbosity of the release detailed changes text
to debug issue #22. Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
1 parent 8748115 commit 14a2d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

continuous-integration/generate-release-description.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ printf \
127127
"${detailed_changes_file}"
128128
if ! \
129129
printf \
130-
'%s' \
130+
'%s\n' \
131131
"${detailed_changes_markup}" \
132-
>"${detailed_changes_file}"; then
132+
| tee "${detailed_changes_file}"; then
133133
printf \
134134
'Error: Unable to write the detailed changes markup to the "%s" file.\n' \
135135
"${detailed_changes_file}" \

0 commit comments

Comments
 (0)