upated release notes and release notes script

This commit is contained in:
Jonathan Shook
2020-06-01 00:04:45 -05:00
parent 56ef0b3cf5
commit 1833bd4031
2 changed files with 13 additions and 1 deletions

View File

@@ -77,7 +77,8 @@ jobs:
- name: prepare release summary
id: prepare_summary
run: |
summary=$(scripts/release-notes.sh)
#summary=$(scripts/release-notes.sh)
summary=$(cat RELEASENOTES.md)
summary="${summary//'%'/'%25'}"
summary="${summary//$'\n'/'%0A'}"
summary="${summary//$'\r'/'%0D'}"