github-tag-action icon indicating copy to clipboard operation
github-tag-action copied to clipboard

[HELP] [QUESTION] Pull request not generate changelog

Open tyki6 opened this issue 1 year ago • 1 comments

hello, First thank you for your amazing work! I got a question, currently when i merge a pull request with lot's of commit tag-action not generate full change-log from commit message.It's possible to do it with your actions?

Example

i created a branch, committed 6 times

fix: remove white page
fix: use router instead of window.location
feat: add electron logging
fix: sanitize payload to avoid xss 
style: lint 
docs: update readme

i created a pull request with the name: fix(desktop): auto update (#134)

i merged my pull request with this commit message(default GitHub commit message when you merge a pr):

fix(desktop): auto update (#134)
* fix: remove white page
* fix: use router instead of window.location
* feat: add electron logging
* fix: sanitize payload to avoid xss 
* style: lint 
* docs: update readme

change log output:

Bug Fixes desktop: autoupdate (#137) (20086ca)

Actual Behavior

  1. i create a branch named test
  2. i commited multiple time with convential commit
  3. on GitHub when merge my pr with default commit message (pr name + all commit message)
  4. only first commit message working

Wanted behavior

  1. i create a branch named test
  2. i committed multiple time with conventional commit
  3. on GitHub when merge my pr with default commit message (pr name + all commit message)
  4. i want to have a full changelog generated from pr commit message

tyki6 avatar Mar 09 '23 09:03 tyki6