Skip to content

Commit

Permalink
Merge pull request #200 from jamshale/release-improvements
Browse files Browse the repository at this point in the history
Improve release notes formatting
  • Loading branch information
jamshale authored Apr 30, 2024
2 parents f62b8f7 + 6fe49e4 commit f7a2b0f
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 @@ -324,7 +324,7 @@ jobs:
do
details=$(printf '%s %s \n\t\t - ' "$details" "${upgraded_plugins[$i]}")
done
details=$(printf '%s %s \n' "$details" "${upgraded_plugins[-1]}")
# details=$(printf '%s %s \n' "$details" "${upgraded_plugins[-1]}")
# Replace the first occurence of ' - ' with the details
Expand Down

0 comments on commit f7a2b0f

Please sign in to comment.