award28 / changelogger

Automated management for your CHANGELOG.md and other versioned files, following the principles of Keep a Changelog and Semantic Versioning.
3 stars 0 forks source link

Default to upstream repo when building changelog compare urls for forked repo #93

Open smoucka opened 1 year ago

smoucka commented 1 year ago

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.