Skip to content
New issue

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

Compare url has prefix for to tag #5

Closed
aatumaykin opened this issue Feb 22, 2021 · 1 comment
Closed

Compare url has prefix for to tag #5

aatumaykin opened this issue Feb 22, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@aatumaykin
Copy link
Contributor

$compareUrl = $this->getCompareUrl($params['from'], "v{$params['to']}");

In my repository url should be look at "{host}/compare/1.10.1...1.11.0".
In current version library generated url "{host}/compare/1.10.1...v1.11.0"

@marcocesarato marcocesarato added the bug Something isn't working label Feb 22, 2021
@marcocesarato
Copy link
Owner

marcocesarato commented Feb 22, 2021

Hi, thanks for reporting this issues.
This is solved on version 1.9.3, remember also to set on your config file (default .changelog on your project root) the setting tagPrefix (default is v) to empty string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants