From c7c9de46dcfaee1fdb6f810eea03a196d88fb71c Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 22 Jun 2018 04:14:25 -0700 Subject: [PATCH] Change commit message to: $app: update to x.y (#2324) Change commit message to: $app: update to x.y --- bin/auto-pr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index 9ac2f558f..796576f78 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -96,7 +96,7 @@ function pull_requests($json, [String]$app, [String]$upstream, [String]$manifest Start-Sleep 1 Write-Host -f DarkCyan "Pull-Request update $app ($version) ..." Write-Host -f green "hub pull-request -m '' -b '$upstream' -h '$branch'" - $msg = "Update $app to version $version`n`n" + $msg = "${app}: update to version $version`n`n" $msg += "Hello lovely humans,`n" $msg += "a new version of [$app]($homepage) is available.`n" $msg += ""