-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat!: support different repository providers #55
Conversation
addeedd support for github, gitlab, bitbucket and selfhosted git hosts removed github from config
@pi0 any comment about the PR? |
Hi dear @dnldsht sorry this was stalled. Do you mind to rebase your pull request? |
Yess, I will sync my PR @pi0 done |
Codecov Report
@@ Coverage Diff @@
## main #55 +/- ##
==========================================
+ Coverage 80.84% 84.07% +3.23%
==========================================
Files 5 6 +1
Lines 475 559 +84
Branches 64 80 +16
==========================================
+ Hits 384 470 +86
+ Misses 91 89 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Introduced support for different git hosts and format references accordingly
Checking the specs for the repository field in package.json you can define different providers (github, gitlab, ...) so I've added the support for that and formatted the references (commit, pull-request, issue, compare) accordingly.
I've introduced a breaking change removing the
github
prop from the config, I can restore it and make it compatible with the new feature.I'm really bad at naming :) I've used
host
I'm open for better nameI've also fixed 2 minor bugs:
ssue
->issue