-
Notifications
You must be signed in to change notification settings - Fork 22
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+ssh and .git urls #82
Conversation
Thanks for the contribution! Before we can merge this, we need @wyattjoh to sign the Salesforce.com Contributor License Agreement. |
Codecov Report
@@ Coverage Diff @@
## master #82 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 5 5
Lines 97 97
Branches 18 18
======================================
Misses 97 97
Continue to review full report at Codecov.
|
@wyattjoh Does this just need a unit test to pass? Could also make use of this support for some private repo hosted plugins. |
@wyattjoh can you rebase this off master and also run the linter? |
Done @RasPhilCo! |
# [1.9.0](v1.8.3...v1.9.0) (2020-07-02) ### Features * support more git/ssh url's ([#82](#82)) ([f0f3185](f0f3185))
🎉 This PR is included in version 1.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
We store private repositories in git, and require support for installing plugins via that route. This adds support for those url's.
This is an enhancement on top of #74.