-
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 GitLab URLs in CLI #35
Comments
@trivialkettle it would be only in the CLI (for now). I just made these changes 5990d63 |
I am not an experienced JS/TS developer, but looks good so far. Though since you can self host gitlab, we could need an way to detect self hosted gitlab instances like |
Okay, I just updated the code and now can detects |
Okay, I just released 2.5.0. If you catch any bug, feel free to open more issues. |
Works like a charm. Thanks! |
Hi,
if I use the CLI I cannot customize the compare links / tags links. Is is possible to add an CLI option to change to
GitLab
urls?GitLab
compare links: https://gitlab.com/gitlab-org/gitlab-runner/-/compare/0.4.0...0.4.1GitLab
tag link: https://gitlab.com/gitlab-org/gitlab-runner/-/tags/v16.0.0Note the dash between repository URL and
compare
andtags
.AFAIK
GitLab
does not supportHEAD
to compare unreleased commits. We could usemain
as default.Thanks.
The text was updated successfully, but these errors were encountered: