The only way to customize the URL generated in the changelog title (e.g, to point to a github tag) is using the envvar GIT_CHANGELOG_REMOTE, which accepts only remote names.
In different machines (including CI), remote names can be different, which makes it inconvenient to automate. E.g.:
I may create a script to use the
upstream
remote, which points to the original project remote.
A different machine may usemyupstream
, which will produce break the script.
Allow to pass the remote URL in the config and CLI args:
remote_url="https://github.com/myorg/myproject.git"
git-changelog --remote-url "https://github.com/myorg/myproject.git"
Not sure.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too