Skip to content

Commit

Permalink
chore(release): also try git browse (algolia#409)
Browse files Browse the repository at this point in the history
This is part of `hub`, which I use 😂
  • Loading branch information
Haroenv authored Mar 15, 2018
1 parent eeb2e8e commit 14cc44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ git push origin HEAD

echo "Your release branch 'chore/release-$PACKAGE_VERSION' is now ready for review..."

git open > /dev/null 2>&1 || echo "Install https://github.com/paulirish/git-open so that next times it opens the browser at the repository URL."
git open || git browse > /dev/null 2>&1 || echo "Install https://github.com/paulirish/git-open so that next times it opens the browser at the repository URL."

0 comments on commit 14cc44c

Please sign in to comment.