We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, since a few version we recognize, that the compare-link is broken: Our ".release-it.json"-Configfile:
{ "git": { "commitMessage": "chore: bump ${version}", "tag": false, "requireUpstream": false }, "plugins": { "@release-it/conventional-changelog": { "preset": "conventionalcommits", "infile": "CHANGELOG.md" } } }
What it looks like and what it looked like:
## [0.37.0](///compare/0.36.1...0.37.0) (2023-11-23) ### Features * add feature abc 15dd5fa ### [0.36.1](https://gitlab.our-company.com/project/modules/very-cool-module/compare/0.36.0...0.36.1) (2023-11-22) ### Features * add feature 123 3523d5f
Used Versions:
The text was updated successfully, but these errors were encountered:
I this the same issue as #82?
Either way, feel free to open a PR with a fix.
Sorry, something went wrong.
@matthiasritter you can use compareUrlFormat config option
compareUrlFormat
see here #82 (comment)
Hi @YOEL311 , thank you for your answer. Unfortunately that did not work for self-hosted gitlab.
@matthiasritter can you share your package.json file?
package.json
No branches or pull requests
Hi,
since a few version we recognize, that the compare-link is broken:
Our ".release-it.json"-Configfile:
What it looks like and what it looked like:
Used Versions:
The text was updated successfully, but these errors were encountered: