Currently this action does diff with Head~1 but in our case we use the conventional-changelog-action that commits the change log so we need to look at diff with Head~2.
For now I just forked it and changed for our purposes, but if you think it is something worth having i'd be happy to create a pr for the action that passes a config param for amount of revisions (default can still be 1 ofc)
Currently this action does diff with
Head~1but in our case we use theconventional-changelog-actionthat commits the change log so we need to look at diff withHead~2.For now I just forked it and changed for our purposes, but if you think it is something worth having i'd be happy to create a pr for the action that passes a config param for amount of revisions (default can still be 1 ofc)