Change commit message to: $app: update to x.y (#2324)

Change commit message to: $app: update to x.y
This commit is contained in:
Ross Smith II
2018-06-22 13:14:25 +02:00
committed by Richard Kuhnt
parent cc0042ce5f
commit c7c9de46dc
+1 -1
View File
@@ -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 '<msg>' -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 += "<table>"