chelnak / gh-changelog

A gh cli extension that will make your changelogs ✨
MIT License
109 stars 4 forks source link

bug: The changelog writer interchanging the repo name and org name #141

Closed Ramesh7 closed 10 months ago

Ramesh7 commented 10 months ago

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

Screenshot 2023-10-09 at 3 42 36 PM

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

Ramesh7 commented 10 months ago

The fix has been put as part of https://github.com/chelnak/gh-changelog/pull/142