release notes script now uses md list form

This commit is contained in:
Jonathan Shook 2020-06-01 00:36:45 -05:00
parent 1833bd4031
commit d6a167c663

View File

@ -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