Skip to content

Commit 232c0c3

Browse files
committed
chore: add newline between package and release notes
1 parent ea88b9f commit 232c0c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/core/src/main/scala/org/scalasteward/core/forge/data/NewPullRequestData.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 => {

modules/core/src/test/scala/org/scalasteward/core/nurture/NurtureAlgTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
|

0 commit comments

Comments
 (0)