Version Comparison Links in CHANGELOG Don't Work on Bitbucket
See original GitHub issueI’m using lerna publish --conventional-commits
, which works amazingly well for our organization. So thanks! The CHANGELOG updates provide links to differences between tagged versions. In bitbucket it seems that the URLs aren’t correct. They point to a 404 in Bitbucket.
Expected Behavior
Clicking Version link in the changelog should take me to a page in Bitbucket that compares the version against the previous one.
Current Behavior
The link takes me to a 404
Possible Solution
It seems like there’s a few things wrong with the URL. When I compare two versions manually, the portion of the URL after: .../compare/
is URL Encoded. Also the separator between the two versions seems to be %0D
not ...
which is in the URL in the CHANGELOG.
Steps to Reproduce (for bugs)
- Run
git commit -m "feature: My new awesome feature"
so that step 2 produces an entry in the CHANGELOG - Run
lerna publish --conventional-commits
- View the generated/updated
CHANGELOG.md
file to see the erroneous URL.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14
Top Results From Across the Web
Compare branches, tags, and commits | Bitbucket Data ...
You can quickly find revision changes using the Compare page. ... synched with the destination branch and the most recent version of the...
Read more >How to compare two revisions in Bitbucket?
Does not work in version 4.14. Gives a Dead Link error when you add anything after compare/ including the above. – Juha Untinen....
Read more >Version Control Software: An Overview
Learn about version control systems like Git, SVN, and Mercurial. Understand the differences so you can decide which version control software is right....
Read more >Doing Code Reviews Using BitBucket and Pull Requests
Building better pull requests · Create a pull request · Add reviewers to your pull request · Compare before issuing a request ·...
Read more >Using GitLab CI/CD with a Bitbucket Cloud repository
GitLab is now configured to mirror changes from Bitbucket, run CI/CD pipelines ... Create an issue if there's something you don't like about...
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
Modify your changelog generation settings:
lerna.json:
changelog-preset.config.js
See:
It is now possible with the
lerna.json
: