Skip to content

Commit

Permalink
Strip v prefix from brew commit and PR title (#1670)
Browse files Browse the repository at this point in the history
Signed-off-by: Dawid Dziurla <dawidd0811@gmail.com>
  • Loading branch information
dawidd6 authored Jun 4, 2020
1 parent 6e0d83f commit c532320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/brew/create_brew_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem install parser
ruby ../brew_update.rb $GAUGE_VERSION ./Formula/gauge.rb

git add ./Formula/gauge.rb
git commit -m "gauge v$GAUGE_VERSION"
git commit -m "gauge $GAUGE_VERSION"
git push "https://$HOMEBREW_GITHUB_USER_NAME:$GITHUB_TOKEN@github.com/$HOMEBREW_GITHUB_USER_NAME/homebrew-core.git" "gauge-$GAUGE_VERSION"
echo -e "gauge v$GAUGE_VERSION \n\n Please cc getgauge/core for any issue." > desc.txt
echo -e "gauge $GAUGE_VERSION \n\n Please cc getgauge/core for any issue." > desc.txt
hub pull-request --base Homebrew:master --head $HOMEBREW_GITHUB_USER_NAME:$BRANCH -F ./desc.txt

0 comments on commit c532320

Please sign in to comment.