Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP] [QUESTION] Pull request not generate changelog #170

Open
tyki6 opened this issue Mar 9, 2023 · 1 comment
Open

[HELP] [QUESTION] Pull request not generate changelog #170

tyki6 opened this issue Mar 9, 2023 · 1 comment

Comments

@tyki6
Copy link

tyki6 commented Mar 9, 2023

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 tyki6 changed the title [HELP] Pull request not generate changelog [HELP] [QUESTION] Pull request not generate changelog Mar 9, 2023
@garinichsan
Copy link

any update?
I encounter the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants