-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
commitMode does not work anymore #1356
Comments
Could this line from
It seems as if commitMode is compared to the string 'true' but as per documentation the boolean value true is given and then compared with the === operator. Or does the yaml library compare booleans to strings? |
Commit mode is deprecated and I'd advice to transition to the mode setting: This was actually a bug and got fixed by: #1351 Will move forward tagging a new release. apologies |
v5 / v5.0.0-rc02 was released. This should work again as expected |
Thank you for the swift release and reply, I switched to mode: "COMMIT" and it works perfectly! |
Since upgrading this action from v4 to v5, commitMode does not work anymore.
Excerpt from our
.github/workflows/release.yml
:This used to generate one bullet point for each commit but since the upgrade to v5 it only generates one for each PR.
Seeing db235a6, it seems like this got changed but not updated in README.md?
src/main.ts
looks like commitMode should be picked up but it is not recognized:The text was updated successfully, but these errors were encountered: