Maybe something else went wrong? Back to basics

This commit is contained in:
Yair Morgenstern
2021-07-02 13:41:04 +03:00
committed by GitHub
parent 853092f525
commit 254c439031

View File

@ -75,7 +75,7 @@ jobs:
shell: bash
run: |
## To test this in Windows PS: cat .\changelog.md | wsl grep -Pzo --color '\\#{2}.3.15.7[^\\#]*?\\#{2}'
grep -P '\#{2}.3.15.7.*?\#{2}' changelog.md # grep to get only our release
grep -P '\#{2}.3.15.7' changelog.md # grep to get only our release
#echo "$r"
#r="${r//'%'/'%25'}" # Multiline escape sequences for %
#r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'