mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
release notes script now uses md list form
This commit is contained in:
parent
1833bd4031
commit
d6a167c663
@ -20,7 +20,7 @@ do
|
||||
# printf "merge info, skipping: $line" 1>&2
|
||||
continue
|
||||
else
|
||||
printf "$line"
|
||||
printf -- "- $line"
|
||||
# printf "$line" | tee -a ${RELEASE_NOTES_FILE}
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user