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
We have observed that the changelog writer generating the link interchanging the repo name and repo org which causing the link to get incorrect while creating Tag. Example : https://github.com/puppetlabs/puppetlabs-peadm/releases/tag/v3.15.0 If you check the above link which has the repo name and org name interchanged which causing the link to be invalid. The generated link : https://github.com/puppetlabs-peadm/puppetlabs/tree/v3.15.0
The changelog generator should generate the valid URL. The link should be : https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.15.0
The text was updated successfully, but these errors were encountered:
The fix has been put as part of #142
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue
We have observed that the changelog writer generating the link interchanging the repo name and repo org which causing the link to get incorrect while creating Tag.
Example : https://github.com/puppetlabs/puppetlabs-peadm/releases/tag/v3.15.0
If you check the above link which has the repo name and org name interchanged which causing the link to be invalid.
The generated link : https://github.com/puppetlabs-peadm/puppetlabs/tree/v3.15.0
Expected behaviour
The changelog generator should generate the valid URL.
The link should be : https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.15.0
The text was updated successfully, but these errors were encountered: