Skip to content

Commit

Permalink
Merge pull request #655 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 1d27a3e + f1ca4fa commit 5bf5c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ jobs:
# Update the RELEASES.md file with the release notes
# Remove the Plugin Release Status heading
sed -i '/# Plugin Release Status/d' RELEASES.md
echo $(printf '%s \n*' "${body}") | cat - RELEASES.md > temp && mv temp RELEASES.md
body=$(printf '%s \n*' "${body}")
echo "$body" | cat - RELEASES.md > temp && mv temp RELEASES.md
# Check if there are any upgrades
upgraded_plugins=($(python repo_manager.py 5))
Expand Down

0 comments on commit 5bf5c6d

Please sign in to comment.