compare link is not correct for bitbucket
See original GitHub issueI 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?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Compare branches, tags, and commits | Bitbucket Data Center ...
From the sidebar, click Compare. In the Compare page, from both the Source and Destination dropdown, select any combination of branches, tags, or...
Read more >How to compare two revisions in Bitbucket? - Stack Overflow
It works fine on the first review, but if it goes through multiple iterations (that is, changes are made and pull request updated),...
Read more >Bitbucket Pipelines - Continuous Delivery
Bitbucket Pipelines brings continuous integration and delivery to Bitbucket Cloud, empowering teams to build, test, and deploy their code within Bitbucket.
Read more >Import your project from Bitbucket Cloud to GitLab - GitLab Docs
Be sure to sign in to the correct account. If you've accidentally started the import process with the wrong account, follow these steps:...
Read more >Working on BitBucket using Git - GeeksforGeeks
The most elemental difference between Github and Bitbucket is that Github is ... Visit the link below and create an account at Bitbucket....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would be nice, if the links are configurable in general.
@hanks @enriquecaballero as of
standard-version@6.0.0
you can now set the variablecompareUrlFormat
in a.versionrc
, and correct the URL format for a given platform.Let me know if this does the trick for you.