Closed trivialkettle closed 12 months ago
https://github.com/oscarotero/keep-a-changelog/pull/36 and https://github.com/oscarotero/keep-a-changelog/pull/37 were some issues I noticed while testing a solution for this with a custom compareLinkBuilder
in bin.ts
.
In https://github.com/oscarotero/keep-a-changelog/pull/37 you wrote, that you want to create an object for some well known services, would this be in the cli or library code?
@trivialkettle it would be only in the CLI (for now).
I just made these changes https://github.com/oscarotero/keep-a-changelog/commit/5990d63fbbb3d1ed78cab7ac0b86a8ca7b295f25 what do you think?
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 gitlab.exmaple.com
.
Okay, I just updated the code and now can detects gitlab.com
and gitlab.*
Okay, I just released 2.5.0. If you catch any bug, feel free to open more issues. Thanks!
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.0 Note the dash between repository URL andcompare
andtags
.AFAIK
GitLab
does not supportHEAD
to compare unreleased commits. We could usemain
as default. Thanks.