Merge pull request #14161 from issyl0/prepend-not-append

dev-cmd/bump-{cask,formula}-pr: `args.message` is before the default
This commit is contained in:
Mike McQuaid 2022-11-21 14:29:46 +00:00 committed by GitHub
commit dc58f963df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ module Homebrew
flag "--version=",
description: "Specify the new <version> for the cask."
flag "--message=",
description: "Append <message> to the default pull request message."
description: "Prepend <message> to the default pull request message."
flag "--url=",
description: "Specify the <URL> for the new download."
flag "--sha256=",

View File

@ -60,7 +60,7 @@ module Homebrew
"that `--version=0` can be used to delete an existing version override from a " \
"formula if it has become redundant."
flag "--message=",
description: "Append <message> to the default pull request message."
description: "Prepend <message> to the default pull request message."
flag "--url=",
description: "Specify the <URL> for the new download. If a <URL> is specified, the <SHA-256> " \
"checksum of the new download should also be specified."