You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using this action recently to generate changelogs when code is merged to main branch as part of PR for production release.
It works well when I do Merge or Rebase and Merge but doesn't publish desired changelog when doing Squash and Merge.
When I choose to Merge or Rebase and Merge, I get expected changelog of all commits under their respective categories.
When I choose to Squash and Merge, I get changelog generated like this:
💬 Other
Cl test4
PR: [104]
Cl test4
PR: #0
Cl test4 is the PR title not commit comment of any of the items underneath it.
I also noticed in workflow run that fromTag is never reported in the output. e.g.,
Hi Mike,
I started using this action recently to generate changelogs when code is merged to main branch as part of PR for production release.
It works well when I do
Merge
orRebase and Merge
but doesn't publish desired changelog when doingSquash and Merge
.My step for this:
When I choose to
Merge
orRebase and Merge
, I get expected changelog of all commits under their respective categories.When I choose to
Squash and Merge
, I get changelog generated like this:Cl test4
is the PR title not commit comment of any of the items underneath it.I also noticed in workflow run that fromTag is never reported in the output. e.g.,
May you advise what I'm doing wrong in this?
The text was updated successfully, but these errors were encountered: