Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Nov 8, 2024
1 parent 300742c commit 41577a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
Expand Down

0 comments on commit 41577a0

Please sign in to comment.