From 1ab96c9c0ee38be1c14968f024197b204bbb8804 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Sat, 3 Aug 2019 11:36:06 +0700 Subject: [PATCH] fix: support https origin url --- please | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/please b/please index 25f9464..6c571d9 100644 --- a/please +++ b/please @@ -203,7 +203,7 @@ publish-npm() } GCFMT="%s (%an)" # git commit log format -REPO=`git config --get remote.origin.url | sed -e 's/git@github.com://;s/.git//'` +REPO=`git config --get remote.origin.url | sed -e 's/git@github.com://;s/https:\/\/github.com\///;s/.git//'` # argv parsing while [[ $# -gt 0 ]]