Is your feature request related to a problem? Please describe.
Running the changelogger tool on a forked branch utilizes the forked repo when building the changelog comparison url.
Original repo compare url
https://github.com/my_org/my_repo/compare/1.0.1...1.0.2
Changelogger update from forked repo
https://github.com/user_fork/my_repo/compare/1.0.1...1.0.2
If the user is contributing to a project via a fork this will point to the wrong repo or require manual intervention.
Describe the solution you'd like
cli option to use the forked repo but defaults to using the upstream repo when creating compare urls in CHANGELOG.md
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. Running the changelogger tool on a forked branch utilizes the forked repo when building the changelog comparison url. Original repo compare url
https://github.com/my_org/my_repo/compare/1.0.1...1.0.2
Changelogger update from forked repo
https://github.com/user_fork/my_repo/compare/1.0.1...1.0.2
If the user is contributing to a project via a fork this will point to the wrong repo or require manual intervention.
Describe the solution you'd like cli option to use the forked repo but defaults to using the upstream repo when creating compare urls in CHANGELOG.md
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.