mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-25 14:56:17 +00:00
Change commit message to: $app: update to x.y (#2324)
Change commit message to: $app: update to x.y
This commit is contained in:
committed by
Richard Kuhnt
parent
cc0042ce5f
commit
c7c9de46dc
+1
-1
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user