github-tag-action
github-tag-action copied to clipboard
Commit parsing does not work for squash commits
It would be a really nice feature if the parsing handled commits squashed by github. Seemingly the only way to get it working is either a merge commit or rebase merge but convention (at least where I work) is to squash features so master doesn't get too messy after a while.
This would mean links in the release doc don't point to one commit, but the merge commit. Although the release doc sections and version bump amount would still work.
No update on that? Is there any workaround for this? When running this Action on a squashed merge from a pull-request it finds zero commits. How can we workaround that?
Did someone find any workaround?
Any update on this @mathieudutour ? Is this a planned supported feature? At the moment it doesn't work as expected