Skip to content
Snippets Groups Projects
Unverified Commit 16f936a5 authored by Seeker's avatar Seeker Committed by GitHub
Browse files

Merge pull request #8731 from SeekingMeaning/bump-cask-pr/version-with-colon

bump-cask-pr: fix branch name for versions with colon
parents 3acb2e25 584c839d
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ module Homebrew
sourcefile_path: cask.sourcefile_path,
old_contents: old_contents,
origin_branch: origin_branch,
branch_name: "bump-#{cask.token}-#{new_version}",
branch_name: "bump-#{cask.token}-#{new_version.tr(",:", "-")}",
commit_message: "Update #{cask.token} from #{old_version} to #{new_version}",
previous_branch: previous_branch,
tap: cask.tap,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment