Skip to content

Commit

Permalink
Merge pull request #659 from jamshale/adjust-auto-release-docs
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
jamshale authored Aug 14, 2024
2 parents c2fe1c1 + 85b879e commit fe50aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
# Add the heading for the Plugin Release Status and RELEASES.md
heading="# Plugin Release Status"
# Remove the * insertion marker from the body
body="${body//*}"
body=$(echo "$body" | sed 's/\*//g')
body=$(printf '%s\n%s' "${heading}" "${body}")
printf '%s\n%s\n' "${heading}" "$(cat RELEASES.md)" > RELEASES.md
Expand Down

0 comments on commit fe50aea

Please sign in to comment.