Is your feature request related to a problem? Please describe.
In repositories with multiple branches, git log
is not enough to get all the tags. Sometimes tags only appear in release branches.
Describe the solution you'd like
Add an option to work on every branches. This is possible with the --all
flag of git log
.
Describe alternatives you've considered
Checking out specific branches to run git-changelog
. This is very limited.
Additional context
When working on all commits (git log --all
), we must ensure the following things when building the versions:
3 -> 2 -> 1.1 -> 1
, not 3 -> 1.1 -> 2 -> 1
.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