File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
main/scala/org/scalasteward/core/forge/data
test/scala/org/scalasteward/core/nurture Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ object NewPullRequestData {
6969 s """ |## _About this PR_
7070 |📦 Updates $artifacts ${fromTo(u)}${showMajorUpgradeWarning(u)}
7171 | ${renderUpdateInfoUrls(updateInfoUrls)
72- .map(urls => s " 📜 $urls" )
72+ .map(urls => s " \n 📜 $urls" )
7373 .getOrElse(" " )}""" .stripMargin.trim
7474 },
7575 grouped = g => {
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ class NurtureAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
4040 body =
4141 raw """ ## _About this PR_
4242 |📦 Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from 3.3.0 to 3.4.0
43+ |
4344 |📜 [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.4.0) - [Version Diff](https://github.com/typelevel/cats-effect/compare/v3.3.0...v3.4.0)
4445 |
4546 |
You can’t perform that action at this time.
0 commit comments