I use angular template, and the link created seems to be github version, and like below:
https://bitbucket.org/user/repo/compare/v0.1.0...v0.2.0
but the right url would be:
https://bitbucket.org/user/repo/branches/compare/v0.2.0%0Dv0.1.0
Is this can be configured?
Please join https://github.com/conventional-changelog/conventional-changelog-core/pull/21 for discussion.
thx
I'm happy to keep this open for visibility.
It would be nice, if the links are configurable in general.
@hanks Neither of those two links work for me. I've tried using two dots, triple dots, and %0D. No dice. Running BitBucket Server 4.14.4.
Would love to have links be configurable. Don't even know how we're going to get around linking our issues to JIRA.
The base URL up to ../compare/ works for me, but the triple dot syntax just takes me to a dead link page.
@hanks @enriquecaballero as of [email protected] you can now set the variable compareUrlFormat in a .versionrc, and correct the URL format for a given platform.
Let me know if this does the trick for you.
Most helpful comment
It would be nice, if the links are configurable in general.