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 {
69
69
s """ |## _About this PR_
70
70
|📦 Updates $artifacts ${fromTo(u)}${showMajorUpgradeWarning(u)}
71
71
| ${renderUpdateInfoUrls(updateInfoUrls)
72
- .map(urls => s " 📜 $urls" )
72
+ .map(urls => s " \n 📜 $urls" )
73
73
.getOrElse(" " )}""" .stripMargin.trim
74
74
},
75
75
grouped = g => {
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ class NurtureAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
40
40
body =
41
41
raw """ ## _About this PR_
42
42
|📦 Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from 3.3.0 to 3.4.0
43
+ |
43
44
|📜 [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)
44
45
|
45
46
|
You can’t perform that action at this time.
0 commit comments