Fix typo in script

This commit is contained in:
Pierre Jacquier
2024-12-12 13:27:56 -05:00
parent 51da5e90c6
commit 19e0dd1acb
2 changed files with 411 additions and 419 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ for tag in $(echo $tags); do
echo "## [$tag] - ${release_date:0:10}"
echo
## Bring headers down two levels
body=$(echo "$release_body" | sed -e 's/# /### /')}
body=$(echo "$release_body" | sed -e 's/# /### /')
echo "$body"
echo
done