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
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
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
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):
change log output:
Actual Behavior
Wanted behavior
The text was updated successfully, but these errors were encountered: