Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support git+https URL #43

Merged
merged 1 commit into from
Nov 30, 2017
Merged

Support git+https URL #43

merged 1 commit into from
Nov 30, 2017

Conversation

pvdlg
Copy link
Member

@pvdlg pvdlg commented Nov 30, 2017

  • git+https://host.com:port/owner/repo.git => https://host.com:port/owner/repo.git
  • git+http://host.com:port/owner/repo.git => http://host.com:port/owner/repo.git
  • git@host.com:owner/repo.git => https://host.com:port/owner/repo.git

Fix semantic-release/semantic-release#539

@pvdlg pvdlg requested a review from gr2m November 30, 2017 07:09
Copy link
Member

@gr2m gr2m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 w00p, thanks for the quick fix!

@gr2m gr2m merged commit e5c44a1 into master Nov 30, 2017
@gr2m gr2m deleted the git-https-url branch November 30, 2017 16:15
@pvdlg
Copy link
Member Author

pvdlg commented Nov 30, 2017

I noticed the problem as well while working on something so I had the fix ready already :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants