diff --git a/internal/git/git.go b/internal/git/git.go index 97345cd..8997fa4 100644 --- a/internal/git/git.go +++ b/internal/git/git.go @@ -547,7 +547,7 @@ Based on: versionBumpMsg += string(versionbumps.BumpMethodManual) + " (manual)" // if manual we bold the message versionBumpMsg = "**" + versionBumpMsg + "**" - versionBumpMsg += fmt.Sprintf("\nThis PR will stay on the current version until the %s label is removed and/or modified", string(*labelBumpType)) + versionBumpMsg += fmt.Sprintf("\n\nThis PR will stay on the current version until the %s label is removed and/or modified.", string(*labelBumpType)) } else { versionBumpMsg += string(versionbumps.BumpMethodAutomated) + " (automated)" }